login service

This commit is contained in:
counterweight 2025-03-07 15:11:34 +01:00
parent 544a134eb3
commit ba9b4d5ef3
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 12 additions and 12 deletions

View file

@ -129,8 +129,6 @@ class ApiRoutesProvider {
completedLoginChallenge =
await this.services.loginService.verifyLoginChallenge(signedEvent);
} catch (error) {
console.log('helo5');
console.log(error);
if (error instanceof this.errors.ExpiredError) {
return res.status(410).json({
success: false,