1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

chore: fmt

This commit is contained in:
loks0n 2023-10-25 14:29:27 +01:00
parent b4773a7fbd
commit b833f29d56

View file

@ -311,7 +311,7 @@ App::init()
case 'token':
if (($auths['token'] ?? true) === false) {
throw new Exception(Exception::USER_AUTH_METHOD_UNSUPPORTED, 'Token authentication is disabled for this project');
}
}
break;
case 'phone':