mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
commit
adc0d3dbd0
1 changed files with 2 additions and 1 deletions
|
|
@ -144,7 +144,8 @@ class Create extends Action
|
|||
|
||||
$challenge = $dbForProject->createDocument('challenges', $challenge);
|
||||
|
||||
$templatesPath = \dirname(__DIR__, 7) . '/app/config/locale/templates';
|
||||
// 9 levels up to project root
|
||||
$templatesPath = \dirname(__DIR__, 9) . '/app/config/locale/templates';
|
||||
|
||||
switch ($factor) {
|
||||
case Type::PHONE:
|
||||
|
|
|
|||
Loading…
Reference in a new issue