improve add account flow

This commit is contained in:
grimhilt
2023-07-16 16:24:30 +02:00
parent f40b6758de
commit ae73326820
8 changed files with 29 additions and 24 deletions

View File

@@ -142,11 +142,11 @@ function mailChange() {
/>
</div>
<div class="field">
<Input label="Plain password:" v-model="pwd" type="password" />
</div>
<!-- <fieldset>
<legend>Authentification method</legend>
<div class="field">
<Input label="Plain password:" v-model="pwd" type="password" />
</div>
<div class="field">
<Input label="Xoauth:" v-model="xoauth" type="text" />
</div>