Skip to content

Commit

Permalink
Button formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne committed Aug 7, 2024
1 parent 5a24031 commit 68c11ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions auth/auth/templates/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<h1 class='text-4xl mb-4'>{{ userdata['username'] }}</h1>
<form action="{{ auth_base_url }}/logout" method="POST">
<input type="hidden" name="_csrf" value="{{ csrf_token }}" />
<button type="submit">
Log out
</button>
{{ submit_button('Log out') }}
</form>
{% if cloud == "gcp" %}
<p><b>Google Service Account: </b>{{ userdata['display_name'] }}</p>
Expand Down

0 comments on commit 68c11ab

Please sign in to comment.