Skip to content

Commit 4dfdaa5

Browse files
committed
docs: update view file order
1 parent 45caf9f commit 4dfdaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Views for all of these pages are defined in the `Auth` config file, with the `$v
5353
'action_email_2fa' => '\CodeIgniter\Shield\Views\email_2fa_show',
5454
'action_email_2fa_verify' => '\CodeIgniter\Shield\Views\email_2fa_verify',
5555
'action_email_2fa_email' => '\CodeIgniter\Shield\Views\Email\email_2fa_email',
56-
'action_email_activate_email' => '\CodeIgniter\Shield\Views\Email\email_activate_email',
5756
'action_email_activate_show' => '\CodeIgniter\Shield\Views\email_activate_show',
57+
'action_email_activate_email' => '\CodeIgniter\Shield\Views\Email\email_activate_email',
5858
];
5959
```
6060

0 commit comments

Comments
 (0)