mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 06:58:46 +00:00
네이밍 관련 리팩토링
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
},
|
||||
];
|
||||
|
||||
const generate = async () => {
|
||||
const generateKeys = async () => {
|
||||
// TODO: Loading indicator
|
||||
|
||||
const { encryptKey, ...clientKeys } = await generateClientKeys();
|
||||
@@ -74,6 +74,6 @@
|
||||
</div>
|
||||
</TitleDiv>
|
||||
<BottomDiv>
|
||||
<Button onclick={generate}>새 암호 키 생성하기</Button>
|
||||
<Button onclick={generateKeys}>새 암호 키 생성하기</Button>
|
||||
<TextButton>키를 갖고 있어요</TextButton>
|
||||
</BottomDiv>
|
||||
|
||||
Reference in New Issue
Block a user