Now throwing errors
This commit is contained in:
@@ -26,7 +26,7 @@ export class AuthController {
|
||||
try {
|
||||
auth = await createAuth.toAuth();
|
||||
} catch (error) {
|
||||
return error;
|
||||
throw error;
|
||||
}
|
||||
return auth
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user