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