mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 01:59: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;
|
||||
} else if (user.email != null) {
|
||||
document.getElementById('status').innerHTML = "You are signed in as: " + user.email;
|
||||
}
|
||||
}).catch(function(error) {
|
||||
if (error.code == 'auth/requires-recent-login') {
|
||||
alert("Please sign in again to delete your account.")
|
||||
@ -91,4 +92,4 @@ function updem() {
|
||||
alert("there was a problem: " + error)
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user