mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 06:58:46 +00:00
하나의 공개 키로 여러 계정에 로그인할 수 있도록 구현
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user