We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b237255 commit 449394bCopy full SHA for 449394b
index.ts
@@ -506,7 +506,7 @@ export default class TwoFactorsAuthPlugin extends AdminForthPlugin {
506
507
const passkeyRecord = await this.adminforth.resource(this.options.passkeys.credentialResourceID).get([Filters.EQ(this.options.passkeys.credentialIdFieldName, credential_id)]);
508
if (!passkeyRecord) {
509
- return { error: 'No registered passkey found, probably it was removed' };
+ return { error: 'No such passkey found, most likeley it was removed on this website but you still have it on your device' };
510
}
511
512
const userPk = passkeyRecord[this.options.passkeys.credentialUserIdFieldName];
0 commit comments