Commit 1756567e authored by Josh Ji's avatar Josh Ji

index profile form method="post"

parent a958674b
Pipeline #3651 failed with stage
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
function fetchCredentials(){ function fetchCredentials(){
} }
</script> </script>
<form action="profile" name="profile"> <form action="profile" method="post" name="profile">
<input type="hidden" name="id_from_idp"> <input type="hidden" name="id_from_idp">
</form> </form>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment