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 3819e0e commit ac44cb5Copy full SHA for ac44cb5
frontend/src/pages/user.tsx
@@ -217,7 +217,7 @@ export function User() {
217
218
const t = i18n.t;
219
220
- const loginSaltBs64 = window.localStorage.getItem("LoginKey");
+ const loginSaltBs64 = window.localStorage.getItem("loginKey");
221
const loginSalt = Base64.toUint8Array(loginSaltBs64);
222
const loginKey = await generate_hash(deleteUser.password, loginSalt)
223
0 commit comments