Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance

This commit is contained in:
shimon 2025-11-30 14:26:52 +02:00
commit cf6605746d

View file

@ -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: