Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Force proper action for login form
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Aug 19, 2019
commit 273cd3870d8d64eadeb45f245109e571e72c508f
1 change: 1 addition & 0 deletions core/src/components/login/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<template>
<form method="post"
name="login"
:action="OC.generateUrl('login')"
@submit="submit">
<fieldset>
<div v-if="apacheAuthFailed"
Expand Down