From a4995eb7ac5745f62604d70f7b2225ff33916d49 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 30 Apr 2020 10:03:09 +0200 Subject: Add ability to unregister plugin auths --- client/src/app/core/auth/auth.service.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/core/auth') diff --git a/client/src/app/core/auth/auth.service.ts b/client/src/app/core/auth/auth.service.ts index e624c6a20..de8c509d1 100644 --- a/client/src/app/core/auth/auth.service.ts +++ b/client/src/app/core/auth/auth.service.ts @@ -181,7 +181,6 @@ export class AuthService { err => console.error(err) ) - this.user = null AuthUser.flush() -- cgit v1.2.3