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