Skip to content

Commit

Permalink
restore some old logic
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Jul 25, 2024
1 parent d91642b commit b092299
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ export class TopBarVerificationEmailComponent implements OnInit, OnDestroy {
const primaryEmail = userRecord?.emails?.emails?.filter(
(email) => email.primary
)[0]
if (!primaryEmail?.verified) {
this.primaryEmail = primaryEmail?.value
}
})
}

Expand Down

0 comments on commit b092299

Please sign in to comment.