If a superadmin is removed from an organization, send to purgatory

Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
pull/2399/head
Luke Morris 2017-12-06 18:14:24 -08:00
parent bc6111f27c
commit aa51950668
1 changed files with 0 additions and 7 deletions

View File

@ -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',
})