mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Don't redirect back to auth screen after login
This commit is contained in:
parent
64148f0544
commit
6a308386bc
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class MemberView extends Member
|
|||
{
|
||||
$is_valid_referer = false;
|
||||
}
|
||||
if (preg_match('!/(login|signup)\b!', $referer_url))
|
||||
if (preg_match('!/(auth|login|signup)\b!', $referer_url))
|
||||
{
|
||||
$is_valid_referer = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue