Add login via email

This commit is contained in:
kolaente 2020-12-18 17:05:40 +01:00
parent eac626d97e
commit e80ba3fd6a
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<api-config/>
<form @submit.prevent="submit" id="loginform" v-if="localAuthEnabled">
<div class="field">
<label class="label" for="username">Username</label>
<label class="label" for="username">Username Or Email Address</label>
<div class="control">
<input
class="input" id="username"