mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
more bugfix
This commit is contained in:
parent
317ca72377
commit
5de2528d34
@ -13,7 +13,7 @@ var uiConfig = {
|
||||
callbacks: {
|
||||
signInSuccessWithAuthResult: function(authResult, redirectUrl) {
|
||||
if (authResult.user) {
|
||||
SignedInUser(authResult.user);
|
||||
handleSignedInUser(authResult.user);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
@ -201,6 +201,6 @@ function upProfileInfo() {
|
||||
setTimeout(function() {
|
||||
alert('Please sign in to change your account info.');
|
||||
}, 1);
|
||||
SignedOutUser();
|
||||
handleSignedOutUser();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user