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

20 lines
309 B
PHP
Raw Normal View History

<?php
return [
'email' => [
'verification',
2023-03-13 14:45:23 +13:00
'magicSession',
'recovery',
'invitation',
2024-07-16 23:49:30 +12:00
'mfaChallenge',
'sessionAlert',
'otpSession'
],
'sms' => [
2023-03-14 22:13:43 +13:00
'verification',
'login',
'invitation',
'mfaChallenge'
]
2023-03-10 15:46:34 +13:00
];