mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:17:33 +00:00
rm instance redirect
This commit is contained in:
@@ -27,13 +27,11 @@ export class InstanceSelectorComponent {
|
||||
@Input({ required: true })
|
||||
public instance!: InstanceDetail;
|
||||
|
||||
constructor(
|
||||
private readonly router: Router,
|
||||
private envService: EnvironmentService,
|
||||
) {}
|
||||
constructor(private envService: EnvironmentService) {}
|
||||
|
||||
protected async setInstance({ id }: InstanceDetail) {
|
||||
this.instanceChanged.emit(id);
|
||||
await this.router.navigate(['/']);
|
||||
// skip this for now
|
||||
// await this.router.navigate(['/']);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user