Skip to content

Commit

Permalink
feat: login_hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian committed Nov 28, 2023
1 parent 000d5f2 commit b380d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/main/Pages/ExternalLogin/Challenge.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public IActionResult OnGet(string scheme, string returnUrl)
{
{ "returnUrl", returnUrl },
{ "scheme", scheme },
{ "login_hint", "[email protected]" },
{ "loginHint", "[email protected]" }
}
};

Expand Down

0 comments on commit b380d27

Please sign in to comment.