Update phone-auth.md

This commit is contained in:
Dipansh Khandelwal
2020-04-06 04:13:16 +05:30
committed by GitHub
parent 52d9cd0072
commit 40c799f897

View File

@@ -44,7 +44,7 @@ function PhoneSignIn() {
async function confirmCode() {
try {
await confirmation.confirm('12345');
await confirm.confirm(code);
} catch (error) {
console.log('Invalid code.');
}