1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

Fix linting errors (#749)

* Fix linting errors

* Added back the form promise
This commit is contained in:
Oscar Hinton
2020-12-22 17:28:58 +01:00
committed by GitHub
parent 3c5a972bc9
commit 5a76ca4676
5 changed files with 7 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ import { Organization } from 'jslib/models/domain/organization';
})
export class LinkSsoComponent extends SsoComponent implements AfterContentInit {
@Input() organization: Organization;
returnUri: string = '/settings/organizations'
returnUri: string = '/settings/organizations';
constructor(platformUtilsService: PlatformUtilsService, i18nService: I18nService,
apiService: ApiService, authService: AuthService,