Skip to content

Commit 494d105

Browse files
authored
Merge pull request #372 from dotkernel/issue-370
updated auth guards
2 parents d7470fc + 4231239 commit 494d105

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/autoload/authorization-guards.global.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
'type' => 'RoutePermission',
1919
'options' => [
2020
'rules' => [
21-
'admin::admin-login-form' => ['authenticated', 'unauthenticated'],
22-
'admin::admin-login' => ['authenticated', 'unauthenticated'],
21+
'admin::admin-login-form' => [],
22+
'admin::admin-login' => [],
2323
'admin::admin-create-form' => ['authenticated'],
2424
'admin::admin-create' => ['authenticated'],
2525
'admin::admin-delete-form' => ['authenticated'],

0 commit comments

Comments
 (0)