From aa51950668918c7b4885bbc398baefd39ceb2590 Mon Sep 17 00:00:00 2001 From: Luke Morris Date: Wed, 6 Dec 2017 18:14:24 -0800 Subject: [PATCH] If a superadmin is removed from an organization, send to purgatory Signed-off-by: Jared Scheib --- ui/src/shared/actions/auth.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ui/src/shared/actions/auth.js b/ui/src/shared/actions/auth.js index bacb95506..cf3202652 100644 --- a/ui/src/shared/actions/auth.js +++ b/ui/src/shared/actions/auth.js @@ -16,13 +16,6 @@ export const authRequested = () => ({ type: 'AUTH_REQUESTED', }) -export const authReceived = auth => ({ - type: 'AUTH_RECEIVED', - payload: { - auth, - }, -}) - export const meGetRequested = () => ({ type: 'ME_GET_REQUESTED', })