Skip to content

Commit

Permalink
Login path now /login instead of /workspace/projects (#19)
Browse files Browse the repository at this point in the history
* Login path now /login instead of /workspace/projects

* Make github workflows clearer and deploy login_redirect to tst and acc

* typo: test with an e

---------

Co-authored-by: mvddonk <[email protected]>
  • Loading branch information
jblom and MartijnBNG authored Mar 14, 2023
1 parent 8bee94d commit 4c3094b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
<div class="col-sm">
<nav class="nav flex-column">
<a class="nav-link text-light" href="{{ '/workspace/projects' | relative_url }}">Login</a>
<a class="nav-link text-light" href="{{ '/login' | relative_url }}">Login</a>
<a class="nav-link text-light" href="{{ '/documentation/privacy-statement' | relative_url }}">Terms of use and privacy</a>
<a class="nav-link text-light" href="{{ '/blog' | relative_url }}">Blog</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion _includes/nav_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</li>
<!-- else -->
<li id="menu_login" class="nav-item">
<a class="nav-link text-light" href="{{ '/workspace/projects' | relative_url }}">Login</a>
<a class="nav-link text-light" href="{{ '/login' | relative_url }}">Login</a>
</li>
<!-- endif -->
</ul>
Expand Down

0 comments on commit 4c3094b

Please sign in to comment.