diff options
Diffstat (limited to 'views/auth_start.php')
-rw-r--r-- | views/auth_start.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/auth_start.php b/views/auth_start.php index 819fd65..70dc83d 100644 --- a/views/auth_start.php +++ b/views/auth_start.php @@ -1,3 +1,6 @@ +<div class="narrow"> + <?= partial('partials/header') ?> + <div id="authorization_endpoint"> <h3>Authorization Endpoint</h3> @@ -52,3 +55,4 @@ <?php endif; ?> +</div>
\ No newline at end of file |