mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 15:08:46 +00:00
암호 키 내보내기 페이지 구현
This commit is contained in:
@@ -3,6 +3,7 @@ import { goto } from "$app/navigation";
|
||||
type Path = "/key/export";
|
||||
|
||||
interface KeyExportState {
|
||||
redirectPath: string;
|
||||
pubKeyBase64: string;
|
||||
privKeyBase64: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user