bugfix :: clear setting & logout >> setting null exception.
This commit is contained in:
parent
9b02d4bbfb
commit
4900ba729c
@ -118,6 +118,7 @@ export class AppAuthenticationService {
|
|||||||
environment.customConfig.appKey
|
environment.customConfig.appKey
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (!!appUserInfo) {
|
||||||
appUserInfo = {
|
appUserInfo = {
|
||||||
...appUserInfo,
|
...appUserInfo,
|
||||||
settings: {
|
settings: {
|
||||||
@ -135,4 +136,5 @@ export class AppAuthenticationService {
|
|||||||
environment.customConfig.appKey
|
environment.customConfig.appKey
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user