mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 06:39:25 +00:00
Initial work on re-themeing auth with Bootstrap CSS
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1>Access Authorization</h1>
|
||||
<div class="page-header">
|
||||
<h1>Access Authorization</h1>
|
||||
</div>
|
||||
|
||||
<p>Access is now enabled for the requesting application. It seems the application did not provide a way to give it the required information so you need to provide this to it. This has happened either due to it being a desktop application or not being configured properly.</p>
|
||||
<p>Access is now enabled for the requesting application. It seems the application did not provide a way to give it the required information so you need to provide this to it. This has happened either due to it being a desktop application or not being configured properly.</p>
|
||||
|
||||
<p>Token/PIN: <b>{{ token.verifier }}</td></p>
|
||||
<p>Token/PIN: <b>{{ token.verifier }}</td></p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user