mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add default OAuths (#259)
This commit is contained in:
committed by
GitHub
parent
0828c9c879
commit
653e139a9e
@@ -17,6 +17,7 @@ const mapDispatchToProps = (dispatch: any) => ({
|
||||
userPassword: string,
|
||||
siteName: string,
|
||||
subdomain: string,
|
||||
isOAuthLogin: boolean,
|
||||
authenticityToken: string,
|
||||
): Promise<any> {
|
||||
return dispatch(submitTenant(
|
||||
@@ -25,6 +26,7 @@ const mapDispatchToProps = (dispatch: any) => ({
|
||||
userPassword,
|
||||
siteName,
|
||||
subdomain,
|
||||
isOAuthLogin,
|
||||
authenticityToken,
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user