mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-18 17:40:06 +00:00
feat(compute-api): implement job execution via compute API
This commit is contained in:
@@ -11,7 +11,7 @@ const Login = (): ReactElement<{}> => {
|
||||
const handleSubmit = useCallback(
|
||||
(e) => {
|
||||
e.preventDefault();
|
||||
appContext.adapter.logIn(username, password).then(() => {
|
||||
appContext.adapter.logIn(username, password).then((res) => {
|
||||
appContext.setIsLoggedIn(true);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user