mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 06:15:16 +02:00
Merge branch '1837-No-funciona-la-APP-android-móvil-en-la-versión-v718' into 'develop'
Fix pandroid index page - #1837 See merge request artica/pandorafms!1281
This commit is contained in:
commit
2ea74b7b63
@ -172,7 +172,7 @@ switch ($action) {
|
|||||||
if ($user->isWaitingDoubleAuth()) {
|
if ($user->isWaitingDoubleAuth()) {
|
||||||
if ($user->validateDoubleAuthCode()) {
|
if ($user->validateDoubleAuthCode()) {
|
||||||
// Logged. Refresh the page
|
// Logged. Refresh the page
|
||||||
header('Refresh:0');
|
header('Location: .');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@ -181,7 +181,7 @@ switch ($action) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Logged. Refresh the page
|
// Logged. Refresh the page
|
||||||
header('Refresh:0');
|
header('Location: .');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user