File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ import {
27
27
UserManagerInstanceAction ,
28
28
} from './actions' ;
29
29
import {
30
+ AuthenticationActions ,
30
31
AuthenticationRouterErrorAction ,
31
32
AuthenticationRouterErrorState ,
32
- CommonActions ,
33
33
CommonStoreState ,
34
34
GsLang ,
35
35
GsLangUser ,
@@ -58,7 +58,7 @@ export type AppState = CommonStoreState & {
58
58
[ PARAM_LANGUAGE ] : GsLang ;
59
59
60
60
userManager : UserManagerState ;
61
- signInCallbackError : string | null ;
61
+ signInCallbackError : Error | null ;
62
62
authenticationRouterError : AuthenticationRouterErrorState | null ;
63
63
showAuthenticationRouterLogin : boolean ;
64
64
} ;
@@ -81,7 +81,7 @@ const initialState: AppState = {
81
81
} ;
82
82
83
83
export type Actions =
84
- | CommonActions
84
+ | AuthenticationActions
85
85
| UserManagerAction
86
86
| UserManagerInstanceAction
87
87
| UserManagerErrorAction
You can’t perform that action at this time.
0 commit comments