Skip to content

Commit 23f0c0d

Browse files
committed
Fix login i suppose
1 parent 4387887 commit 23f0c0d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

QuestAppVersionSwitcher/Assets/html/flows/beat_saber_modding.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h1>Entitlement check failed!</h1>
102102
The meta account you are currently signed in with does not own Beat Saber.
103103
<br>Please log out and sign back in with the account that has purchased Beat Saber.
104104
</p>
105-
<button onclick="Logout()">Log out</button>
105+
<button onclick="Login()">Log in with another account</button>
106106
</div>
107107
<div class="content hidden" id="downloaddone">
108108
<h1>Download is done!</h1>

QuestAppVersionSwitcher/Assets/html/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ function CheckStartParams() {
773773

774774
if(params.get("startlogin")) {
775775
StartLogin();
776+
return
776777
}
777778
if(params.get("showprocessing")) {
778779
OpenRestorePopup()

0 commit comments

Comments
 (0)