Skip to content

Commit 1c5d19b

Browse files
committed
fix 修改密码退出其他账户
1 parent e72ee95 commit 1c5d19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdminServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class AdminServiceProvider extends ServiceProvider
3232
*/
3333
protected $middlewareGroups = [
3434
'admin' => [
35-
'admin.auth',
3635
'admin.authSession',
36+
'admin.auth',
3737
'admin.log',
3838
'admin.bootstrap',
3939
'admin.permission'

0 commit comments

Comments
 (0)