ngx-auth-firebaseui
ngx-auth-firebaseui copied to clipboard
Logging in on Demo and Local produces weird buttons that can be clicked.
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:

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>
I would appreciate a PR
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?
this has been fixed!
I will deploy soon a brand new demo app
Can this issue be closed?