feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'subject' => 'Your email address is being changed',
|
||||
|
||||
'lines' => [
|
||||
'We received a request to change the email address associated with your account. Your password was used to confirm this change.',
|
||||
'Once verified, the new email address on your account will be: :email.',
|
||||
'You can block the change before it is verified by clicking the button below.',
|
||||
'If you did not make this request, please contact us immediately.',
|
||||
],
|
||||
|
||||
'action' => 'Block Email Change',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user