Remove target param from form-action
This commit is contained in:
parent
db18731e43
commit
ba7cea9965
@ -21,7 +21,7 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form id="loginForm" action="/api/v1/login?target=/" method="POST">
|
<form id="loginForm" action="/api/v1/login" method="POST">
|
||||||
<label for="username">User</label>
|
<label for="username">User</label>
|
||||||
<input type="text" name="username" /><br />
|
<input type="text" name="username" /><br />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user