Remove target param from form-action

This commit is contained in:
Jan Bader 2016-11-25 17:11:12 +01:00
parent db18731e43
commit ba7cea9965

View File

@ -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 />