Skip to content

Commit

Permalink
Merge branch 'master' into ADX-1014_Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
kforenc authored Jul 17, 2023
2 parents 706075f + 7a17fd3 commit 7a5b08c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ape/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

log = logging.getLogger(__name__)


def get_user_data(user_id):
mgmt_token = get_mgmt_token()

Expand Down
1 change: 1 addition & 0 deletions ape/routes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import logging

from urllib.parse import quote_plus, urlencode

from authlib.integrations.flask_client import OAuth
Expand Down
1 change: 1 addition & 0 deletions templates/snippets/form.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/auth0.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
{#<script src="{{ url_for('static' , filename='js/form.js') }}"/>#}

<div id="auth0-lock-container-1" class="auth0-lock-container">
<div class="auth0-lock auth0-lock-opened" lang="en" style="font-size: 1rem;">
Expand Down

0 comments on commit 7a5b08c

Please sign in to comment.