6 references to GetLocalUrl
Identity.ExternalClaims (6)
Pages\Account\ExternalLogin.cshtml.cs (2)
87
return LocalRedirect(Url.
GetLocalUrl
(returnUrl));
135
return LocalRedirect(Url.
GetLocalUrl
(returnUrl));
Pages\Account\Login.cshtml.cs (1)
80
return LocalRedirect(Url.
GetLocalUrl
(returnUrl));
Pages\Account\LoginWith2fa.cshtml.cs (1)
83
return LocalRedirect(Url.
GetLocalUrl
(returnUrl));
Pages\Account\LoginWithRecoveryCode.cshtml.cs (1)
76
return LocalRedirect(Url.
GetLocalUrl
(returnUrl));
Pages\Account\Register.cshtml.cs (1)
82
return LocalRedirect(Url.
GetLocalUrl
(returnUrl));