mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
added query params to logi component
This commit is contained in:
@@ -170,7 +170,11 @@ export class LoginComponent extends CaptchaProtectedComponent implements OnInit
|
|||||||
if (this.onSuccessfulLoginNavigate != null) {
|
if (this.onSuccessfulLoginNavigate != null) {
|
||||||
this.onSuccessfulLoginNavigate();
|
this.onSuccessfulLoginNavigate();
|
||||||
} else {
|
} else {
|
||||||
this.router.navigate([this.successRoute]);
|
this.router.navigate([this.successRoute], {
|
||||||
|
queryParams: {
|
||||||
|
sessionId: this.sessionId,
|
||||||
|
},
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user