Skip to content

Commit 9ada80c

Browse files
authored
docs: remove space from code
1 parent ccb0dc1 commit 9ada80c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/references/authentication/auth_actions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ $routes->post('auth/a/verify', 'ActionController::verify');
4545
Views 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

0 commit comments

Comments
 (0)