Skip to content

Commit d22a6ae

Browse files
committed
docs: fix directory separators
1 parent 9dd8e44 commit d22a6ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/customization/login_identifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You must write new **Validation Rules** and then set them using the
5050
];
5151
```
5252

53-
2. Copy file `vendor\codeigniter4\shield\src\Views\login.php` to `app\Views\Shield\login.php`.
53+
2. Copy file `vendor/codeigniter4/shield/src/Views/login.php` to `app/Views/Shield/login.php`.
5454
3. Customize the login form to change the name of the default `email` input to the new field name.
5555

5656
```php

0 commit comments

Comments
 (0)