mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +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}
|
||||
onClick={() => authenticatePasskeyFn()}
|
||||
>
|
||||
{passkeyResult.loading ? (
|
||||
{!passkeyResult.loading && (
|
||||
<Icon icon={Icons.LOCK} className="mr-2" />
|
||||
) : null}
|
||||
)}
|
||||
{t("auth.verify.authenticatePasskey")}
|
||||
</Button>
|
||||
</LargeCardButtons>
|
||||
|
|
|
|||
Loading…
Reference in a new issue