Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHamidreza Ghavami <hamid.r.gh.1998@gmail.com>2023-05-08 18:08:36 +0300
committerHamidreza Ghavami <hamid.r.gh.1998@gmail.com>2023-05-08 18:08:36 +0300
commit7a48cbb191568ea95972f3d195c68710a23857f6 (patch)
treeae796448c2178a4ff56913e097e02fc297b98d32 /web/html/login.html
parent004d69392bbad4fc3171db17f66a2975c476fc9d (diff)
fix style login ui
Diffstat (limited to 'web/html/login.html')
-rw-r--r--web/html/login.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/login.html b/web/html/login.html
index d6918d0b..ff68fce0 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -75,9 +75,6 @@
</a-input>
</a-form-item>
<a-form-item>
- <a-button block @click="login" :loading="loading">{{ i18n "login" }}</a-button>
- </a-form-item>
- <a-form-item>
<a-row justify="center" class="centered">
<a-button type="primary" :loading="loading" @click="login" :icon="loading ? 'poweroff' : undefined"
:style="loading ? { width: '50px' } : { display: 'block', width: '100%' }">