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