클라이언트 승인 대기 페이지 구현

This commit is contained in:
static
2024-12-31 21:58:13 +09:00
parent ccad4fbd8b
commit e5cbd46b35
13 changed files with 243 additions and 59 deletions

View File

@@ -10,7 +10,7 @@ interface KeyExportState {
signKeyBase64: string;
verifyKeyBase64: string;
mekDraft: ArrayBuffer;
masterKeyWrapped: ArrayBuffer;
}
const useAutoNull = <T>(value: T | null) => {