ngx-auth-firebaseui icon indicating copy to clipboard operation
ngx-auth-firebaseui copied to clipboard

Logging in on Demo and Local produces weird buttons that can be clicked.

Open lepantella opened this issue 5 years ago • 5 comments

Bug Report or Feature Request (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request

OS and Version?

Windows 10

Versions

Angular 8.2.14

Repro steps

Log in on Demo/Local

The log given by the failure

Desired functionality

Buttons should be at least visible.

Mention any other details that might be useful

This is a screenshot: errorrrrrrr

lepantella avatar Mar 12 '20 17:03 lepantella

There is no default value for these properties: @Input() sendNewVerificationEmailText: string; @Input() signOutText: string; Example usage: <ngx-auth-firebaseui [guestEnabled]="true" [providers]="[ providers.Google]" verifyEmailGoBackText="Go back" signOutText="Sign out"></ngx-auth-firebaseui>

n84ck avatar Mar 17 '20 08:03 n84ck

I would appreciate a PR

AnthonyNahas avatar Mar 27 '20 22:03 AnthonyNahas

This should simply set the default for the 2 buttons. But looks like there is more going on in email-confirmation.component.ts with defaultTranslations?

semla avatar Mar 31 '20 09:03 semla

this has been fixed!

I will deploy soon a brand new demo app

AnthonyNahas avatar Apr 07 '20 18:04 AnthonyNahas

Can this issue be closed?

Blunderchips avatar Dec 23 '20 09:12 Blunderchips