add support for username authentication

This commit is contained in:
2022-02-22 00:43:16 -05:00
parent 2ac596b8c8
commit 66107c0523
5 changed files with 23 additions and 9 deletions

View File

@@ -84,6 +84,8 @@ const AuthPage = (props: AuthPageProps) => {
} else {
key = fragmentData[0];
iv = fragmentData[1];
sessionStorage.setItem("link_key", key);
sessionStorage.setItem("link_iv", iv);
}
if (key && iv) {