diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-16 22:22:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-16 22:22:33 -0400 |
commit | 493c7c2c74ffdbe3ceb422d331b73e653ec0b618 (patch) | |
tree | baa8451934e3b1f35a525a0665b12a13cf66eccd /app/Controller/Oauth.php | |
parent | e0d4877126acc1e7189e6e67e1f1ca24e1dd5f02 (diff) |
Store redirect login url in session instead of using url parameter
Diffstat (limited to 'app/Controller/Oauth.php')
-rw-r--r-- | app/Controller/Oauth.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controller/Oauth.php b/app/Controller/Oauth.php index 00ccd694..8ba5b252 100644 --- a/app/Controller/Oauth.php +++ b/app/Controller/Oauth.php @@ -116,7 +116,6 @@ class Oauth extends Base 'errors' => array('login' => t('External authentication failed')), 'values' => array(), 'no_layout' => true, - 'redirect_query' => '', 'title' => t('Login') ))); } |