File tree Expand file tree Collapse file tree
docs/references/authentication Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ $routes->post('auth/a/verify', 'ActionController::verify');
4545Views for all of these pages are defined in the ` Auth ` config file, with the ` $views ` array.
4646
4747``` php
48- public $views = [
49- 'action_email_2fa' => '\CodeIgniter\Shield\Views\email_2fa_show',
50- 'action_email_2fa_verify' => '\CodeIgniter\Shield\Views\email_2fa_verify',
51- 'action_email_2fa_email' => '\CodeIgniter\Shield\Views\Email\email_2fa_email',
52- 'action_email_activate_show' => '\CodeIgniter\Shield\Views\email_activate_show',
53- 'action_email_activate_email' => '\CodeIgniter\Shield\Views\Email\email_activate_email',
54- ];
48+ public $views = [
49+ 'action_email_2fa' => '\CodeIgniter\Shield\Views\email_2fa_show',
50+ 'action_email_2fa_verify' => '\CodeIgniter\Shield\Views\email_2fa_verify',
51+ 'action_email_2fa_email' => '\CodeIgniter\Shield\Views\Email\email_2fa_email',
52+ 'action_email_activate_show' => '\CodeIgniter\Shield\Views\email_activate_show',
53+ 'action_email_activate_email' => '\CodeIgniter\Shield\Views\Email\email_activate_email',
54+ ];
5555```
5656
5757## Defining New Actions
You can’t perform that action at this time.
0 commit comments