mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-26 15:10:17 +00:00
new fixes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user