mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 18:09:08 +00:00
typo fix
This commit is contained in:
parent
f8dafe61f8
commit
1073bc458a
@ -83,6 +83,7 @@ function updem() {
|
|||||||
document.getElementById('newDN').value = user.displayName;
|
document.getElementById('newDN').value = user.displayName;
|
||||||
} else if (user.email != null) {
|
} else if (user.email != null) {
|
||||||
document.getElementById('status').innerHTML = "You are signed in as: " + user.email;
|
document.getElementById('status').innerHTML = "You are signed in as: " + user.email;
|
||||||
|
}
|
||||||
}).catch(function(error) {
|
}).catch(function(error) {
|
||||||
if (error.code == 'auth/requires-recent-login') {
|
if (error.code == 'auth/requires-recent-login') {
|
||||||
alert("Please sign in again to delete your account.")
|
alert("Please sign in again to delete your account.")
|
||||||
@ -91,4 +92,4 @@ function updem() {
|
|||||||
alert("there was a problem: " + error)
|
alert("there was a problem: " + error)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user