e.stopPropagation()}>
${this.needsRegistration ? "Create Account" : "Sign In"}
${
this.needsRegistration
? html`
Looks like you might not have an account yet. Create one below!
`
: ""
}
${
!this.needsRegistration && this.passkeySupported
? html`
or sign in with password
`
: ""
}