1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00
appwrite/app/config/locale/templates.php
2024-08-08 14:30:07 -04:00

19 lines
309 B
PHP

<?php
return [
'email' => [
'verification',
'magicSession',
'recovery',
'invitation',
'mfaChallenge',
'sessionAlert',
'otpSession'
],
'sms' => [
'verification',
'login',
'invitation',
'mfaChallenge'
]
];