mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-26 15:10:17 +00:00
added 3 other pages
This commit is contained in:
@@ -41,7 +41,7 @@ var uiConfig = {
|
||||
}
|
||||
};
|
||||
var handleSignedInUser = function(user) {
|
||||
document.getElementById("mainhead").innerHTML = "TitanScout- Create Form";
|
||||
document.getElementById("mainhead").innerHTML = "TitanScout- User Info";
|
||||
if (user.displayName != null) {
|
||||
document.getElementById('status').innerHTML = "You are signed in as: " + user.displayName;
|
||||
} else if (user.email != null) {
|
||||
@@ -219,3 +219,6 @@ function closeNav() {
|
||||
document.getElementById("main").style.marginLeft = "0";
|
||||
document.body.style.backgroundColor = "white";
|
||||
}
|
||||
if(firebase.auth().currentUser!=null){
|
||||
handleSignedInUser(firebase.auth().currentUser)
|
||||
}
|
||||
|
Reference in New Issue
Block a user