Upgrade to rc5
This commit is contained in:
8
kirby/config/templates.php
Executable file
8
kirby/config/templates.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
// @codeCoverageIgnoreStart
|
||||
return [
|
||||
'emails/auth/login' => __DIR__ . '/templates/emails/auth/login.php',
|
||||
'emails/auth/password-reset' => __DIR__ . '/templates/emails/auth/password-reset.php'
|
||||
];
|
||||
// @codeCoverageIgnoreEnd
|
Reference in New Issue
Block a user