Skip to content

Commit

Permalink
added Passwordless Login to docs menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ismcagdas committed Apr 3, 2024
1 parent 59facbc commit 9ccd066
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/en/nav-aspnet-core-angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
{
"text": "Token Based Authentication",
"path": "Features-Angular-Token-Based-Authentication.md"
},
{
"text": "Passwordless Login",
"path": "Features-Passwordless-Login.md"
}
]
},
Expand Down
6 changes: 5 additions & 1 deletion docs/en/nav-aspnet-core-mvc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
{
"text": "Forgot Password",
"path": "Features-Mvc-Core-Forgot-Password.md"
}
},
{
"text": "Passwordless Login",
"path": "Features-Passwordless-Login.md"
}
]
},
{
Expand Down

0 comments on commit 9ccd066

Please sign in to comment.