chore: remove remember me

This commit is contained in:
jialin
2026-06-12 16:02:22 +08:00
committed by jialin
parent 01f66085ab
commit 04e1e1e566
5 changed files with 12 additions and 71 deletions
+1 -4
View File
@@ -32,10 +32,7 @@ export const UpdateCheckAtom = atom<{
latest_version: ''
});
export const initialPasswordAtom = atomWithStorage<string>(
'initialPassword',
''
);
export const initialPasswordAtom = atom<string>('');
// Namespace the server creates for an Org's resources on each Kubernetes
// cluster. The format must match the backend's ``get_namespace_name``