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

11 lines
126 B
PHP
Raw Normal View History

<?php
return [
'email' => [
'verification',
'reset'
],
'sms' => [
'verification'
]
];