mirror of
https://github.com/appwrite/appwrite
synced 2026-04-21 13:37:16 +00:00
13 lines
201 B
PHP
13 lines
201 B
PHP
<?php
|
|
|
|
return [
|
|
'email' => [
|
|
'verification',
|
|
'magicSession',
|
|
'recovery',
|
|
'invitation',
|
|
'mfaChallenge',
|
|
'sessionAlert',
|
|
'otpSession'
|
|
]
|
|
];
|