mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Merge pull request #8501 from appwrite/feat-adding-email-templates
Feat adding email templates
This commit is contained in:
commit
891e709ba2
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ return [
|
|||
'recovery',
|
||||
'invitation',
|
||||
'mfaChallenge',
|
||||
'sessionAlert'
|
||||
'sessionAlert',
|
||||
'otpSession'
|
||||
],
|
||||
'sms' => [
|
||||
'verification',
|
||||
|
|
|
|||
Loading…
Reference in a new issue