mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-04 14:50:59 +01:00
Force 2fa redirect to work with languages enabled
This commit is contained in:
@@ -712,8 +712,7 @@ class AdminController extends AdminBaseController
|
||||
}
|
||||
|
||||
$user->authenticated = true;
|
||||
$this->setRedirect($this->post['redirect']);
|
||||
return true;
|
||||
$this->grav->redirect($this->post['redirect']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user