Skip to content

Commit

Permalink
fix: signup with password donot save kc (labring#5036)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 authored Sep 4, 2024
1 parent 7d882d0 commit a7a7cac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/desktop/src/components/signin/auth/usePassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ export default function usePassword({
realName: infoData.data?.info.realName || undefined,
userRestrictedLevel: infoData.data?.info.userRestrictedLevel || undefined
},
// @ts-ignore
kubeconfig: result.data.kubeconfig
kubeconfig: regionResult.data.kubeconfig
});
await router.replace('/');
}
Expand Down

0 comments on commit a7a7cac

Please sign in to comment.