File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -82,18 +82,6 @@ export default {
82
82
changePasswordPath : null ,
83
83
homePath : '/' ,
84
84
signOutPath : '/' ,
85
- // TODO enable all of these
86
- // onSubmitHook: () => {},
87
- // onPreSignUpHook: () => new Promise(resolve => resolve()),
88
- // onPostSignUpHook: () => {},
89
- onEnrollAccountHook : ( ) =>
90
- redirect ( AccountsClient . options ( ) . loginPath || '/' ) ,
91
- onResetPasswordHook : ( ) =>
92
- redirect ( AccountsClient . options ( ) . loginPath || '/' ) ,
93
- onVerifyEmailHook : ( ) =>
94
- redirect ( AccountsClient . options ( ) . profilePath || '/' ) ,
95
- onSignedInHook : ( ) => redirect ( AccountsClient . options ( ) . homePath || '/' ) ,
96
- onSignedOutHook : ( ) => redirect ( AccountsClient . options ( ) . signOutPath || '/' ) ,
97
85
loginOnSignUp : true ,
98
86
persistImpersonation : true ,
99
87
} ;
You can’t perform that action at this time.
0 commit comments