mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-28 17:59:20 +08:00
Only show modal footer if uri was generated
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="twoFAStatus == false" class="modal-footer">
|
<div v-if="uri && twoFAStatus == false" class="modal-footer">
|
||||||
<button type="submit" class="btn btn-primary" :disabled="processing || tokenValid == false" @click="confirmEnableTwoFA()">
|
<button type="submit" class="btn btn-primary" :disabled="processing || tokenValid == false" @click="confirmEnableTwoFA()">
|
||||||
<div v-if="processing" class="spinner-border spinner-border-sm me-1"></div>
|
<div v-if="processing" class="spinner-border spinner-border-sm me-1"></div>
|
||||||
{{ $t("Save") }}
|
{{ $t("Save") }}
|
||||||
|
|||||||
Reference in New Issue
Block a user