We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45caf9f commit 4dfdaa5Copy full SHA for 4dfdaa5
1 file changed
docs/auth_actions.md
@@ -53,8 +53,8 @@ Views for all of these pages are defined in the `Auth` config file, with the `$v
53
'action_email_2fa' => '\CodeIgniter\Shield\Views\email_2fa_show',
54
'action_email_2fa_verify' => '\CodeIgniter\Shield\Views\email_2fa_verify',
55
'action_email_2fa_email' => '\CodeIgniter\Shield\Views\Email\email_2fa_email',
56
- 'action_email_activate_email' => '\CodeIgniter\Shield\Views\Email\email_activate_email',
57
'action_email_activate_show' => '\CodeIgniter\Shield\Views\email_activate_show',
+ 'action_email_activate_email' => '\CodeIgniter\Shield\Views\Email\email_activate_email',
58
];
59
```
60
0 commit comments