Revert "Try to fix auth with secure cookie"
This reverts commit ae97fec519.
This commit is contained in:
parent
a70dc1a1f9
commit
5c23dd29fb
|
|
@ -24,6 +24,11 @@ class AppController extends Controller {
|
|||
|
||||
}
|
||||
|
||||
//WTF. Why is this here??
|
||||
function isAuthorized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue