Skip to content

Commit 70408b0

Browse files
committed
docs: update new path for email views
1 parent 264b958 commit 70408b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/auth_actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Views for all of these pages are defined in the `Auth` config file, with the `$v
4949
public $views = [
5050
'action_email_2fa' => '\CodeIgniter\Shield\Views\email_2fa_show',
5151
'action_email_2fa_verify' => '\CodeIgniter\Shield\Views\email_2fa_verify',
52-
'action_email_2fa_email' => '\CodeIgniter\Shield\Views\email_2fa_email',
53-
'action_email_activate_email' => '\CodeIgniter\Shield\Views\email_activate_email',
52+
'action_email_2fa_email' => '\CodeIgniter\Shield\Views\Email\email_2fa_email',
53+
'action_email_activate_email' => '\CodeIgniter\Shield\Views\Email\email_activate_email',
5454
'action_email_activate_show' => '\CodeIgniter\Shield\Views\email_activate_show',
5555
];
5656
```

0 commit comments

Comments
 (0)