We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4387887 commit 23f0c0dCopy full SHA for 23f0c0d
2 files changed
QuestAppVersionSwitcher/Assets/html/flows/beat_saber_modding.html
@@ -102,7 +102,7 @@ <h1>Entitlement check failed!</h1>
102
The meta account you are currently signed in with does not own Beat Saber.
103
<br>Please log out and sign back in with the account that has purchased Beat Saber.
104
</p>
105
- <button onclick="Logout()">Log out</button>
+ <button onclick="Login()">Log in with another account</button>
106
</div>
107
<div class="content hidden" id="downloaddone">
108
<h1>Download is done!</h1>
QuestAppVersionSwitcher/Assets/html/script.js
@@ -773,6 +773,7 @@ function CheckStartParams() {
773
774
if(params.get("startlogin")) {
775
StartLogin();
776
+ return
777
}
778
if(params.get("showprocessing")) {
779
OpenRestorePopup()
0 commit comments