summaryrefslogtreecommitdiff
path: root/views/auth_callback.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/auth_callback.php')
-rw-r--r--views/auth_callback.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/auth_callback.php b/views/auth_callback.php
index 7274cd7..3bafa57 100644
--- a/views/auth_callback.php
+++ b/views/auth_callback.php
@@ -27,7 +27,7 @@
<h3>Success!</h3>
<p>All required values were found! You are now signed in.</p>
- <p><a href="/new" class="btn btn-primary">Continue</a></p>
+ <p><a href="<?= $this->destination ?>" class="btn btn-primary">Continue</a></p>
<?php else: ?>