mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-06 20:10:05 +00:00
chore(deps): bump adapter and test framework
This commit is contained in:
@@ -12,7 +12,7 @@ const Login = (): ReactElement<{}> => {
|
||||
(e) => {
|
||||
e.preventDefault();
|
||||
appContext.adapter.logIn(username, password).then((res) => {
|
||||
appContext.setIsLoggedIn(true);
|
||||
appContext.setIsLoggedIn(res.isLoggedIn);
|
||||
});
|
||||
},
|
||||
[username, password, appContext]
|
||||
|
||||
Reference in New Issue
Block a user