From 9f5f9c37d6bc95f2233676f33287c53a79d0d47d Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Thu, 28 Apr 2022 16:48:30 -0700 Subject: [PATCH] Fixed issue with login return and calls padding --- src/app/features/auth/reducers/auth.reducer.ts | 1 + src/app/features/home/pages/dashboard/dashboard.page.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/app/features/auth/reducers/auth.reducer.ts b/src/app/features/auth/reducers/auth.reducer.ts index 04e0cbb..9897fd7 100644 --- a/src/app/features/auth/reducers/auth.reducer.ts +++ b/src/app/features/auth/reducers/auth.reducer.ts @@ -11,6 +11,7 @@ export function reducer(state: AuthState = initialState, action: LoginActionsUni case LoginActionTypes.LOGIN_SUCCESS: return { ...state, + isLogging: false, loggedIn: true, user: action.user }; diff --git a/src/app/features/home/pages/dashboard/dashboard.page.html b/src/app/features/home/pages/dashboard/dashboard.page.html index f215794..dfdbca7 100644 --- a/src/app/features/home/pages/dashboard/dashboard.page.html +++ b/src/app/features/home/pages/dashboard/dashboard.page.html @@ -286,6 +286,8 @@

Active Calls

+
 
+