Revert "Added easy login in the GUI"

This reverts commit f4d01e2067.
CEF doesn't support intents so this method doesn't work on Windows
This commit is contained in:
RemixDev
2020-05-17 18:21:40 +02:00
parent f4d01e2067
commit 336d3dd8a8
5 changed files with 2 additions and 31 deletions

View File

@@ -585,7 +585,6 @@
<h3 class="settings-group__header settings-group__header--with-icon">
<i class="material-icons">person</i>Login
</h3>
<button id="settings_btn_appLogin" @click="applogin" style="width:100%;" disabled>Login with Deezer</button>
<div class="inline-flex">
<input autocomplete="off" type="password" id="login_input_arl" ref="loginInput" placeholder="ARL" />
<button id="settings_btn_copyArl" @click="copyARLtoClipboard">
@@ -1207,4 +1206,4 @@
<script src="/public/js/bundle.js"></script>
</html>
</html>