mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-05 09:36:41 +07:00
made saga open register dialog
This commit is contained in:
parent
837b4ee6f3
commit
f1463ed5ea
6 changed files with 19 additions and 13 deletions
|
@ -134,8 +134,8 @@ export const authLoginWithSocial = (token: string, username?: string, password?:
|
|||
password,
|
||||
});
|
||||
|
||||
export const authGotOauthEvent = (event: IOAuthEvent) => ({
|
||||
type: AUTH_USER_ACTIONS.GOT_OAUTH_EVENT,
|
||||
export const authGotOauthLoginEvent = (event: IOAuthEvent) => ({
|
||||
type: AUTH_USER_ACTIONS.GOT_OAUTH_LOGIN_EVENT,
|
||||
event,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue