mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-17 23:48:45 +00:00
자잘한 리팩토링
This commit is contained in:
@@ -42,12 +42,9 @@
|
||||
|
||||
const registerPubKeys = async () => {
|
||||
if (!$clientKeyStore) {
|
||||
throw new Error("Failed to find key pair");
|
||||
throw new Error("Failed to find client keys");
|
||||
}
|
||||
|
||||
isBeforeContinueModalOpen = false;
|
||||
isBeforeContinueBottomSheetOpen = false;
|
||||
|
||||
try {
|
||||
if (
|
||||
!(await requestClientRegistration(
|
||||
|
||||
Reference in New Issue
Block a user