mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
fix errors
This commit is contained in:
@@ -15,7 +15,7 @@ export class LoginCommand {
|
||||
// TODO: 2FA
|
||||
return Response.success();
|
||||
} catch (e) {
|
||||
return Response.success(e.toString());
|
||||
return Response.error(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user