We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd5605 commit 69f32e1Copy full SHA for 69f32e1
src/views/authentication/AccountsPane/index.tsx
@@ -91,6 +91,7 @@ export function AccountsPane(props: AccountsPaneProps) {
91
92
const createUser = useStable(() => {
93
setIsEditing(true);
94
+ setCurrentUser(null);
95
setEditingName("");
96
setEditingPassword("");
97
setEditingComment("");
0 commit comments