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

Match tslint rules (#264)

This commit is contained in:
Matt Gibson
2021-02-08 14:11:44 -06:00
committed by GitHub
parent 6183a30a52
commit 2730e04a05
6 changed files with 20 additions and 8 deletions

View File

@@ -145,7 +145,7 @@ export class SsoComponent {
this.router.navigate([this.twoFactorRoute], {
queryParams: {
identifier: orgIdFromState,
sso: 'true'
sso: 'true',
},
});
}