mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #~: Minor fix on api auth (#2100)
This commit is contained in:
parent
fdff696bc1
commit
eca20777ce
@ -81,7 +81,7 @@ const authApi = oneApi.injectEndpoints({
|
||||
dispatch(dismissSnackbar({ dismissAll: true }))
|
||||
}
|
||||
|
||||
dispatch(authActions.changeJwt(queryData))
|
||||
dispatch(authActions.changeJwt(jwt))
|
||||
dispatch(authActions.changeAuthUser(user))
|
||||
} catch {}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user