Fix up some small things

This commit is contained in:
Freshmilkymilk 2021-02-01 14:21:38 -07:00
parent d02d8f1da1
commit a75e70f9ac
No known key found for this signature in database
GPG Key ID: B210214726522691
2 changed files with 4 additions and 4 deletions

View File

@ -320,8 +320,8 @@ ipcRenderer.on('MSALoginWindowReply', (event, ...args) => {
let error = queryMap.get('error')
let errorDesc = queryMap.get('error_description')
if(error === 'access_denied'){
error = 'ERRPR'
errorDesc = 'To use the ArdaCraftLauncher, you must agree to the required permissions! Otherwise you can\'t use this launcher with Microsoft accounts.<br><br>Despite agreeing to the permissions you don\'t give us the possibility to do anything with your account, because all data will always be sent back to you (the launcher) IMMEDIATELY and WITHOUT WAY.'
error = 'ERROR'
errorDesc = 'To use the ArdaCraftLauncher, you must agree to the required permissions! Otherwise you can\'t use this launcher with Microsoft accounts.<br><br>Despite agreeing to the permissions you don\'t give us the permission to use your account as all information is sent to Microsoft.'
}
setOverlayContent(error, errorDesc, 'OK')
setOverlayHandler(() => {

View File

@ -78,7 +78,7 @@
<!--<div class="spinningCircle" id="loginSpinner"></div>-->
</div>
</button>
oder <br />
OR <br />
<button id="loginMSButton">Microsoft Login</button>
<div id="loginDisclaimer">
<span class="loginSpanDim" id="loginRegisterSpan">
@ -87,7 +87,7 @@
>
</span>
<p class="loginDisclaimerText">
Your password is sent directly to mojang and never stored.
Your password is sent directly to Mojang and never stored.
</p>
<p class="loginDisclaimerText">
Helios Launcher is not affiliated with Mojang AB.