summaryrefslogtreecommitdiff
path: root/views/auth_callback.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2015-05-10 16:49:22 +0200
committerAaron Parecki <aaron@parecki.com>2015-05-10 16:49:22 +0200
commit3b7d766c31314a3d42d651b8c8f643ff8d6e15bd (patch)
treedec9c9cbed6cb077ada14754f556c21eb51da2c8 /views/auth_callback.php
parent3dc97d7478781550aa1a878120082a871988f02e (diff)
do the micropub post and redirect after it's created!medium
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: ?>