We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffc1d9 commit 06733ffCopy full SHA for 06733ff
app/Http/Controllers/AuthController.php
@@ -41,9 +41,7 @@ public function getLogin(Request $request) {
41
}
42
43
/**
44
- * When login is complete, login2 will redirect us here. Now verify the login and ask PLS
45
- * for admin privileges. The admin privileges will be stored in Session['admin'] as an array of
46
- * pls permissions.
+ * When login is complete, login2 will redirect us here. Now verify the login.
47
*
48
* @param string $token the token from login2
49
* @return redirect to main page or intended page
0 commit comments