You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'4'===error ? this.onLoginFailed(':( Your Twitch account must have a valid e-mail address, please add one and try again',false) : this.onLoginFailed();
38
+
consterrorNum=+error;
39
+
if(Errors.TwitchAccountHasNoEmail===errorNum){
40
+
this.onLoginFailed('Your Twitch account must have a valid e-mail address, please add one and try again',false)
41
+
}elseif(Errors.TwitchErrorWithToken===errorNum){
42
+
this.onLoginFailed('Twitch failed to give us a valid token, please add one and try again',false)
43
+
}else{
44
+
this.onLoginFailed('Sorry we did something wrong trying to log you in, please add one and try again',false)
0 commit comments