diff --git a/frontend/src/app/core/auth/auth-jwt.service.ts b/frontend/src/app/core/auth/auth-jwt.service.ts index 7ffad1ece..1085d4e38 100644 --- a/frontend/src/app/core/auth/auth-jwt.service.ts +++ b/frontend/src/app/core/auth/auth-jwt.service.ts @@ -73,6 +73,7 @@ export class AuthServerProvider { 'please try to login again. If the problem continues, contact the support team'); } }); + observer.next(); observer.complete(); }); }