mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
This commit is contained in:
commit
cf6605746d
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