Skip to content

Commit de80a50

Browse files
committed
Fixes
1 parent 949911d commit de80a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Component/LegacyAuthComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ abstract class LegacyAuthComponent extends Component implements EventDispatcherI
167167
'logoutRedirect' => null,
168168
'authError' => null,
169169
'unauthorizedRedirect' => true,
170-
'storage' => 'Session',
170+
'storage' => 'TinyAuth.Session',
171171
'checkAuthIn' => 'Controller.startup',
172172
];
173173

0 commit comments

Comments
 (0)