1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-04 18:03:26 +00:00
This commit is contained in:
Jacob Levine 2019-02-06 15:55:22 -06:00
parent 5de2528d34
commit 0d481b01df

@ -194,7 +194,7 @@ function upProfileInfo() {
} }
} }
if (si) { if (si) {
handleSignedInUser(user); setTimeout(function(){handleSignedInUser(user);},1)
} }
} else { } else {