1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Refactor orgnaization policy management (#1147)

This commit is contained in:
Oscar Hinton
2021-08-25 16:10:17 +02:00
committed by GitHub
parent 8a259516df
commit 2cbe023a38
31 changed files with 687 additions and 437 deletions

View File

@@ -63,7 +63,7 @@ export class SetupComponent implements OnInit {
this.providerId = qParams.providerId;
this.token = qParams.token;
// Check if provider exists, redirect if it does
try {
const provider = await this.apiService.getProvider(this.providerId);