mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 20:25:41 +08:00
Update ConfirmationResult.js
Fix bug in ConfirmationResult.js: [ReferenceError: Can't find variable: _verificationId]
This commit is contained in:
@@ -27,6 +27,6 @@ export default class ConfirmationResult {
|
||||
}
|
||||
|
||||
get verificationId(): String | null {
|
||||
return _verificationId;
|
||||
return this._verificationId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user