mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
what was i thinking?
This commit is contained in:
parent
aad41e57a9
commit
a4840003f5
@ -76,8 +76,7 @@ function updun() {
|
||||
|
||||
function updem() {
|
||||
var user = firebase.auth().currentUser;
|
||||
user.updateEmail("user@example.com").then(function() {
|
||||
document.getElementById('newDN').value = firebase.auth().currentUser.email;
|
||||
user.updateEmail(document.getElementById('newEM').value).then(function() {
|
||||
if (user.displayName != null) {
|
||||
document.getElementById('status').innerHTML = "You are signed in as: " + user.displayName;
|
||||
document.getElementById('newDN').value = user.displayName;
|
||||
|
Loading…
Reference in New Issue
Block a user