Polish 2fa setup ui

This commit is contained in:
Johannes Zellner
2025-03-29 20:56:36 +01:00
parent f0f04ce3ff
commit 67bc03bcc1
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const domainsModel = DomainsModel.create();
const columns = {
icon: {}, // archived
location: {
label: t('backups.archives.location'),
label: t('app.location.location'),
sort: true
},
info: {
@@ -117,7 +117,6 @@ onMounted(async () => {
<div v-if="mode === MODE.RESET_PASSWORD">
<small>{{ $t('passwordReset.title') }}</small>
<h1>{{ cloudronName }}</h1>
<br/>
<form name="passwordResetForm" @submit.prevent="onPasswordReset()">
<input type="submit" style="display: none;"/>