Skip to content

Commit 4942e2f

Browse files
imqdeeabergs
authored andcommitted
fix: usernameless demos
1 parent 0dd29c7 commit 4942e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Demo/Pages/usernameless.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<p>In this flow the Relying Party should tell the Authenticator to do User Verification (set UserVerification to required) via Biometrics/pin, thus the authentication is MFA (Something the user has - the private key - and something the user knows/is - the PIN or biometrics). However in scenarios where security requirements are very low we we could discourage user verification to minimize the user interaction needed to sign in. If discouraged, only user presence will be checked (Any human is present at the device).</p>
9494

9595
<p>
96-
Read the source code for this demo here: <a href="@Url.ToGithub("Fido2Demo/wwwroot/js/usernameless.register.js")">usernameless.register.js</a> and <a href="@Url.ToGithub("Fido2Demo/wwwroot/js/usernameless.login.js")">usernameless.login.js</a>
96+
Read the source code for this demo here: <a href="@Url.ToGithub("Demo/wwwroot/js/usernameless.register.js")">usernameless.register.js</a> and <a href="@Url.ToGithub("Demo/wwwroot/js/usernameless.login.js")">usernameless.login.js</a>
9797
</p>
9898
</div>
9999
</div>

Demo/UrlHelperExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public static class UrlHelperExtensions
66
{
77
public static string ToGithub(this IUrlHelper url, string path)
88
{
9-
return "https://github.com/abergs/fido2-net-lib/blob/design/" + path;
9+
return "https://github.com/abergs/fido2-net-lib/blob/master/" + path;
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)