Skip to content

Commit 9ccd066

Browse files
committed
added Passwordless Login to docs menu
1 parent 59facbc commit 9ccd066

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/en/nav-aspnet-core-angular.json

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
{
4141
"text": "Token Based Authentication",
4242
"path": "Features-Angular-Token-Based-Authentication.md"
43+
},
44+
{
45+
"text": "Passwordless Login",
46+
"path": "Features-Passwordless-Login.md"
4347
}
4448
]
4549
},

docs/en/nav-aspnet-core-mvc.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
{
3131
"text": "Forgot Password",
3232
"path": "Features-Mvc-Core-Forgot-Password.md"
33-
}
33+
},
34+
{
35+
"text": "Passwordless Login",
36+
"path": "Features-Passwordless-Login.md"
37+
}
3438
]
3539
},
3640
{

0 commit comments

Comments
 (0)