feat: hide first_install_token if is not required (#3795)

This commit is contained in:
dni ⚡
2026-02-25 07:54:28 +01:00
parent e7c4de6506
commit b25a3c2bb4
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -55,6 +55,7 @@
></q-input>
<q-input
filled
v-if="g.settings.hasFirstInstallToken"
v-model.trim="loginData.firstInstallToken"
:type="loginData.isPwd ? 'password' : 'text'"
:label="$t('first_install_token')"