mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 21:41:12 -05:00
Force proper action for login form
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
6094c9dc39
commit
273cd3870d
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
<template>
|
||||
<form method="post"
|
||||
name="login"
|
||||
:action="OC.generateUrl('login')"
|
||||
@submit="submit">
|
||||
<fieldset>
|
||||
<div v-if="apacheAuthFailed"
|
||||
|
|
|
|||
Loading…
Reference in a new issue