1
0
Fork 0
mirror of synced 2024-07-19 13:25:42 +12:00
appwrite/app/config/locale/templates.php

15 lines
199 B
PHP
Raw Normal View History

<?php
return [
'email' => [
'verification',
2023-03-13 14:45:23 +13:00
'magicSession',
'recovery',
'invitation',
'certificate'
],
'sms' => [
'verification'
]
2023-03-10 15:46:34 +13:00
];