login service
This commit is contained in:
parent
544a134eb3
commit
ba9b4d5ef3
4 changed files with 12 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue