17778: update docs.
[arvados.git] / services / api / app / views / static / login_failure.html.erb
index 35f4f100fb4021ff4c70f1e5c63427c606fb6ce8..b3c6e70d907f4e460096ecbb06aaa6ccc7ddcd87 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% content_for :js do %>
 $(function(){
   $('button.login').button().click(function(){window.location=$(this).attr('href')});
@@ -13,9 +17,9 @@ $(function(){
 
     <p>Sorry, something went wrong logging you in. Please try again.</p>
 
-    <p style="float:right;margin-top:1em">
-      <a href="/auth/joshid">Log in here.</a>
-    </p>
+    <!--<p style="float:right;margin-top:1em">
+      <a href="/login">Log in here.</a>
+    </p>-->
 
     <div style="clear:both;height:8em"></div>
   </div>