Browse Source
Merge pull request #24751 from abpframework/auto-merge/rel-10-0/4326
Merge branch rel-10.1 with rel-10.0
pull/24752/head
Ma Liming
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
npm/ng-packs/packages/account/src/lib/components/personal-settings/personal-settings.component.ts
|
|
|
@ -87,7 +87,7 @@ export class PersonalSettingsComponent |
|
|
|
.subscribe(profile => { |
|
|
|
this.manageProfileState.setProfile(profile); |
|
|
|
this.configState.refreshAppState(); |
|
|
|
this.toasterService.success('AbpAccount::PersonalSettingsSaved', 'Success', { life: 5000 }); |
|
|
|
this.toasterService.success('AbpAccount::PersonalSettingsSaved', '', { life: 5000 }); |
|
|
|
|
|
|
|
if (isRefreshTokenExists) { |
|
|
|
return this.authService.refreshToken(); |
|
|
|
|