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

minor formatting for consistency

This commit is contained in:
rr-bw
2024-09-10 17:00:06 -07:00
parent e2434ff397
commit 04ca09145b
2 changed files with 19 additions and 26 deletions

View File

@@ -211,7 +211,7 @@ export class LoginComponentV2 implements OnInit, OnDestroy {
// ...on Browser/Desktop
} else {
await this.syncService.fullSync(true); // TODO-rr-bw: browser used `await`, desktop used `return`. Why?
await this.syncService.fullSync(true); // TODO-rr-bw: browser used `await`, desktop used `return`. Why? Does it matter?
this.loginEmailService.clearValues();
if (this.clientType === ClientType.Browser) {