We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c96b84 commit 9df132cCopy full SHA for 9df132c
Runtime/Code/CoreUI/Login/LoginApp.cs
@@ -215,7 +215,7 @@ public async void AuthenticateFirebaseWithApple(IAppleIDCredential credential) {
215
return;
216
}
217
218
- if (selfRes.data.Length == 0) {
+ if (selfRes.data == "{}") {
219
this.RouteToPage(this.mobileMode ? this.mobilePickUsernamePage : this.pickUsernamePage, true);
220
221
@@ -296,7 +296,7 @@ public async void AuthenticateFirebaseWithSteam() {
296
297
298
299
300
this.loading = false;
301
302
this.steamLoginButton.SetLoading(false);
0 commit comments