login: move forgot password on top of the password
making way for passkey login
This commit is contained in:
@@ -157,7 +157,10 @@ onMounted(async () => {
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<label for="inputPassword">{{ $t('login.password') }}</label>
|
||||
<div style="display: flex; justify-content: space-between; align-items: baseline;">
|
||||
<label for="inputPassword">{{ $t('login.password') }}</label>
|
||||
<a href="/passwordreset.html" style="font-size: 0.85em;">{{ $t('login.resetPasswordAction') }}</a>
|
||||
</div>
|
||||
<PasswordInput id="inputPassword" v-model="password" required/>
|
||||
</FormGroup>
|
||||
|
||||
@@ -168,7 +171,6 @@ onMounted(async () => {
|
||||
|
||||
<div class="actions">
|
||||
<Button id="loginSubmitButton" @click="onSubmit" :disabled="busy || (!username || !password)" :loading="busy">{{ $t('login.loginAction') }}</Button>
|
||||
<a href="/passwordreset.html">{{ $t('login.resetPasswordAction') }}</a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user