Skip to content

Commit af2ad2d

Browse files
authored
docs: add logout for force-reset except (#642)
1 parent e48f15d commit af2ad2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public $globals = [
261261
'before' => [
262262
//...
263263
//...
264-
'force-reset' => ['except' => ['login*', 'register', 'auth*', 'change-password']]
264+
'force-reset' => ['except' => ['login*', 'register', 'auth/a/*', 'change-password', 'logout']]
265265
]
266266
];
267267
```

0 commit comments

Comments
 (0)