mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 07:32:25 +00:00
oopsie
This commit is contained in:
parent
bd7029723d
commit
7f9b91ea46
1 changed files with 2 additions and 2 deletions
|
|
@ -201,9 +201,9 @@ export function VerifyPassphrase(props: VerifyPassphraseProps) {
|
||||||
loading={passkeyResult.loading}
|
loading={passkeyResult.loading}
|
||||||
onClick={() => authenticatePasskeyFn()}
|
onClick={() => authenticatePasskeyFn()}
|
||||||
>
|
>
|
||||||
{passkeyResult.loading ? (
|
{!passkeyResult.loading && (
|
||||||
<Icon icon={Icons.LOCK} className="mr-2" />
|
<Icon icon={Icons.LOCK} className="mr-2" />
|
||||||
) : null}
|
)}
|
||||||
{t("auth.verify.authenticatePasskey")}
|
{t("auth.verify.authenticatePasskey")}
|
||||||
</Button>
|
</Button>
|
||||||
</LargeCardButtons>
|
</LargeCardButtons>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue