1
0
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:
Sergio Betanzos 2022-05-30 10:35:33 +02:00 committed by GitHub
parent fdff696bc1
commit eca20777ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {}
},