Skip to content

Commit eef12ae

Browse files
authored
fix logout route for {locale}
1 parent f969893 commit eef12ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization/route_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ update the paths for `except`:
5757
public $globals = [
5858
'before' => [
5959
// ...
60-
'session' => ['except' => ['*/login*', '*/register', '*/auth/a/*', 'logout']],
60+
'session' => ['except' => ['*/login*', '*/register', '*/auth/a/*', '*/logout']],
6161
],
6262
// ...
6363
];

0 commit comments

Comments
 (0)