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