Skip to content

Commit

Permalink
feat(mellow-vue): redirect to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Sep 18, 2024
1 parent 19265f3 commit a4dd3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mellow-vue/assets/js/pages/auth/success.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const { pageTitle, pageHeading, message } = defineProps({
{{ message }}. Click continue to go to the homepage
</p>
<Link
href="/"
href="/dashboard"
class="w-full rounded-md border border-brand bg-brand px-4 py-3 text-white disabled:bg-gray-200/40 disabled:text-gray"
>
Continue
Expand Down

0 comments on commit a4dd3bc

Please sign in to comment.