Skip to content

Commit

Permalink
Fix auth-success.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain-P-Goldfish committed Jun 28, 2023
1 parent 8f3757d commit 5c785c7
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>
<head>
<script data-th-if="${error == null}" type="application/javascript">
window.close();
</script>
</head>
<body>
<h3 data-th-unless="${error == null}">Authorization Code accepted. Please return to the main-window</h3>
<h3 data-th-if="${error == null}" data-th-text="${error}">authorization failed</h3>
</body>
</html>

0 comments on commit 5c785c7

Please sign in to comment.