If a superadmin is removed from an organization, send to purgatory
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>pull/2399/head
parent
bc6111f27c
commit
aa51950668
|
@ -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',
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue