1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Batch web provider fixes (#1113)

* Style provider set up toast

* Correct translation strings

* Do not show provider organization management for non admins

* Product feedback for provider org description

* Correct message grammar
This commit is contained in:
Matt Gibson
2021-08-04 21:53:15 -04:00
committed by GitHub
parent 7844c23fba
commit ebbdea8f88
4 changed files with 16 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ export class SetupComponent implements OnInit {
request.key = key;
const provider = await this.apiService.postProviderSetup(this.providerId, request);
this.toasterService.popAsync('success', this.i18nService.t('providerSetup'));
this.toasterService.popAsync('success', null, this.i18nService.t('providerSetup'));
await this.syncService.fullSync(true);
this.router.navigate(['/providers', provider.id]);