1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-06 18:47:22 +00:00
This commit is contained in:
Jacob Levine 2019-02-09 14:32:52 -06:00
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.")