From eca20777ced232f75395e110c2393d05762966a0 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Mon, 30 May 2022 10:35:33 +0200 Subject: [PATCH] M #~: Minor fix on api auth (#2100) --- src/fireedge/src/client/features/OneApi/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fireedge/src/client/features/OneApi/auth.js b/src/fireedge/src/client/features/OneApi/auth.js index 24866447b4..a7a328278f 100644 --- a/src/fireedge/src/client/features/OneApi/auth.js +++ b/src/fireedge/src/client/features/OneApi/auth.js @@ -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 {} },