diff options
Diffstat (limited to 'views/auth_callback.php')
-rw-r--r-- | views/auth_callback.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/auth_callback.php b/views/auth_callback.php index 44c2daa..7274cd7 100644 --- a/views/auth_callback.php +++ b/views/auth_callback.php @@ -1,3 +1,6 @@ +<div class="narrow"> + <?= partial('partials/header') ?> + <?php if($this->tokenEndpoint): ?> <?php if(!$this->auth): ?> @@ -66,3 +69,5 @@ <?php endif; ?> + +</div>
\ No newline at end of file |