Add AUTH_EXPIRED action creator
parent
bfc410b2fe
commit
3e36be1a1f
|
@ -1,3 +1,10 @@
|
|||
export const authExpired = (auth) => ({
|
||||
type: 'AUTH_EXPIRED',
|
||||
payload: {
|
||||
auth,
|
||||
},
|
||||
})
|
||||
|
||||
export const authRequested = () => ({
|
||||
type: 'AUTH_REQUESTED',
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue