Skip to content

Commit

Permalink
refactor(deriv_passkeys): fixed typo in mock response passkeysRegiste…
Browse files Browse the repository at this point in the history
…rResponse
  • Loading branch information
bassam-deriv committed Mar 20, 2024
1 parent d3c836a commit 93ac618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const String passkeysRegisterResponse = '''{
"last_used": 10000,
"name": "Passkey",
"passkey_id": "passkeyId",
"stored_on": "storedOn",
"stored_on": "storedOn"
}
}
}''';

0 comments on commit 93ac618

Please sign in to comment.