fix: add aes_keys.txt warning for emulators
This commit is contained in:
parent
afd4e449a5
commit
a678d9db0f
1 changed files with 2 additions and 0 deletions
|
|
@ -217,6 +217,8 @@ export default function SubmitForm() {
|
|||
|
||||
<QrScanner isOpen={isQrScannerOpen} setIsOpen={setIsQrScannerOpen} setQrBytesRaw={setQrBytesRaw} />
|
||||
<SubmitTutorialButton />
|
||||
|
||||
<span className="text-xs text-zinc-400">For emulators, aes_keys.txt is required.</span>
|
||||
</div>
|
||||
|
||||
{/* Separator */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue