1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-05 02:07:24 +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;
} 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.")