Polish 2fa setup ui
This commit is contained in:
@@ -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;"/>
|
||||
|
||||
Reference in New Issue
Block a user