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:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user