mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
fix(finish-signup-icon): [Auth/PM-23593] Show correct icon when email verification not required (#16350)
During account creation, when the environment does not require email verification, show the correct icon (Lock Icon) on the `/finish-signup` page.
This commit is contained in:
@@ -161,6 +161,7 @@ export class RegistrationStartComponent implements OnInit, OnDestroy {
|
||||
await this.router.navigate(["/finish-signup"], {
|
||||
queryParams: { token: result, email: this.email.value },
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
// Result is null, so email verification is required
|
||||
|
||||
Reference in New Issue
Block a user