Fix up some small things
This commit is contained in:
parent
d02d8f1da1
commit
a75e70f9ac
@ -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(() => {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user