Merge pull request #3824 from thabaum/fixes-login-button-url

Ensure "login" route is included in login URL construction. Fixes #3766
This commit is contained in:
Shaun Walker 2024-02-18 10:45:55 -05:00 committed by GitHub
commit 96a29e91e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ namespace Oqtane.Themes.Controls
else
{
// use existing value
loginurl = "?returnurl=" + PageState.QueryString["returnurl"];
loginurl += "?returnurl=" + PageState.QueryString["returnurl"];
}
// set logout url