17829: Remove omniauth
[arvados.git] / services / api / app / views / static / intro.html.erb
index 8ab41cb373e6cb7af1ed04338cd7b9995c8f84a7..58943038d1b40ab82770bf7d166966775ced5bf6 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')});
@@ -27,7 +31,7 @@ $(function(){
 
     <% if !current_user %>
     <p style="float:right;margin-top:1em">
-      <a href="/auth/joshid">Log in here.</a>
+      <a href="/login">Log in here.</a>
     </p>
     <% end %>