We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4456e30 commit ff3b6edCopy full SHA for ff3b6ed
src/FirebaseAuth.jsx
@@ -55,7 +55,7 @@ export default class FirebaseAuth extends React.Component {
55
if (this.uiCallback) {
56
this.uiCallback(this.firebaseUiWidget);
57
}
58
- this.firebaseUiWidget.start('#' + this.elementId, this.uiConfig);
+ this.firebaseUiWidget.start('#' + ELEMENT_ID, this.uiConfig);
59
60
61
/**
0 commit comments