Skip to content

Commit c1b7cce

Browse files
committed
revert reset data
1 parent 3b2abc3 commit c1b7cce

File tree

1 file changed

+0
-1
lines changed
  • redisinsight/ui/src/slices/oauth

1 file changed

+0
-1
lines changed

redisinsight/ui/src/slices/oauth/cloud.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ const oauthCloudSlice = createSlice({
102102
getUserInfoFailure: (state, { payload }: PayloadAction<string>) => {
103103
state.user.loading = false
104104
state.user.error = payload
105-
state.user.data = null
106105
},
107106
addFreeDb: (state) => {
108107
state.user.freeDb.loading = true

0 commit comments

Comments
 (0)