Skip to content

Commit

Permalink
fix: UI (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Sep 15, 2023
1 parent 318cadb commit 488da60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion example/satosa/integration_test/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@

WALLET_PRIVATE_JWK = JWK(leaf_wallet_jwk.serialize(private=True))
WALLET_PUBLIC_JWK = JWK(leaf_wallet_jwk.serialize())
# PRIVATE_JWK = leaf_wallet_jwk.serialize(private=True)
jwshelper = JWSHelper(WALLET_PRIVATE_JWK)
dpop_wia = jwshelper.sign(
WALLET_INSTANCE_ATTESTATION,
Expand Down
4 changes: 2 additions & 2 deletions example/satosa/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
}

.qr-code-title{
font-size: 30px;
font-size: 24px;
font-weight: 600;
}

Expand Down Expand Up @@ -391,5 +391,5 @@
}

.qr-code-text{
font-size: 15px;
font-size: 18px;
}
3 changes: 1 addition & 2 deletions example/satosa/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<!-- Container - Body of page-->
<div class="main-body">
<div class="container">

{% block body %}{% endblock %}
{% block body %}{% endblock %}
</div>
</div>
</body>
Expand Down

0 comments on commit 488da60

Please sign in to comment.