new fixes

This commit is contained in:
Jacob Levine
2019-02-06 13:57:29 -06:00
parent f195b81974
commit b8d209b283
4 changed files with 5 additions and 41 deletions

View File

@@ -90,11 +90,11 @@ function signout() {
}
function loadupdpi(){
if(firebase.auth().currentUser != null){
document.getElementById('ProfileUpdate').display='block';
document.getElementById('profileupd').display='block';
}else {
setTimeout(function() {
alert('Please sign in to change your account info.');
}, 1);
handleSignedOutUser();
handleSignedOutUser();
}
}