mirror of
https://github.com/bitwarden/web
synced 2025-12-11 05:43:16 +00:00
Fix linting errors (#749)
* Fix linting errors * Added back the form promise
This commit is contained in:
@@ -54,7 +54,7 @@ export class SsoComponent extends BaseSsoComponent {
|
||||
async submit() {
|
||||
await this.storageService.save(IdentifierStorageKey, this.identifier);
|
||||
if (this.clientId === 'browser') {
|
||||
document.cookie = `ssoHandOffMessage=${this.i18nService.t('ssoHandOff')};SameSite=strict`
|
||||
document.cookie = `ssoHandOffMessage=${this.i18nService.t('ssoHandOff')};SameSite=strict`;
|
||||
}
|
||||
super.submit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user