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(); }); } diff --git a/version.yml b/version.yml index 3e4c4aa83..4b21a570b 100644 --- a/version.yml +++ b/version.yml @@ -1 +1 @@ -version: 10.2.0 \ No newline at end of file +version: 10.2.1 \ No newline at end of file