We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2abc3 commit c1b7cceCopy full SHA for c1b7cce
redisinsight/ui/src/slices/oauth/cloud.ts
@@ -102,7 +102,6 @@ const oauthCloudSlice = createSlice({
102
getUserInfoFailure: (state, { payload }: PayloadAction<string>) => {
103
state.user.loading = false
104
state.user.error = payload
105
- state.user.data = null
106
},
107
addFreeDb: (state) => {
108
state.user.freeDb.loading = true
0 commit comments