Skip to content
Snippets Groups Projects
Commit 63cb9913 authored by arwunder's avatar arwunder
Browse files

Merge branch 'add-access_token-button' into 'main'

added token access link button

See merge request !65
parents d466c539 ea862a37
Branches main
No related tags found
1 merge request!65added token access link button
Pipeline #16092 passed
......@@ -26,8 +26,19 @@
</div>
</div>
<div class="col-sm-3"></div>
</div>
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm-6 auction-section">
<br>
<a class="btn btn-primary col-md-12" href="{{ url_for('auth.user_access_tokens', email='me') }}">Access Tokens</a>
<br>
<br>
<div class="col-sm-3"></div>
</div>
</div>
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm-6 auction-section">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment