Skip to content

Commit b28a0f9

Browse files
authored
Merge pull request #1 from stackhpc/fix/ood-password
Fix asking for a password in OnDemand
2 parents 03e1350 + aae88e5 commit b28a0f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

view.html.erb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@
2323
})();
2424
</script>
2525

26-
<% if code_server_version == '4.8.3' %>
2726
<form id="<%= form_id %>" action="/rnode/<%= host %>/<%= port %>/login?to=" method="post" target="_blank">
2827
<input type="hidden" name="password" value="<%= password %>">
29-
<% else %>
30-
<form id="<%= form_id %>" action="/rnode/<%= host %>/<%= port %>/" method="get" target="_blank">
31-
<% end %>
3228
<button class="btn btn-primary" type="submit">
3329
<i class="fa fa-cogs"></i> Connect to VS Code
3430
</button>

0 commit comments

Comments
 (0)