하나의 공개 키로 여러 계정에 로그인할 수 있도록 구현

This commit is contained in:
static
2024-12-29 01:37:44 +09:00
parent c16abca832
commit af51f04b94
7 changed files with 131 additions and 71 deletions

View File

@@ -14,7 +14,7 @@
const login = async () => {
// TODO: Validation
if (await requestLogin(email, password)) {
if (await requestLogin(email, password, $keyPairStore)) {
await goto(
$keyPairStore
? data.redirectPath