mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-28 15:53:05 +00:00
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:
commit
96a29e91e8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user