Skip to content

Commit

Permalink
Merge pull request #8 from babanesma/patch-2
Browse files Browse the repository at this point in the history
Redirect to /dashboard when successfully logged in
  • Loading branch information
manchenkoff authored Jun 30, 2024
2 parents dd0cef5 + fc64ff7 commit 5124124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default defineNuxtConfig({
baseUrl: 'http://localhost:80',
redirect: {
onGuestOnly: '/dashboard',
onLogin: '/dashboard',
},
},

Expand Down

0 comments on commit 5124124

Please sign in to comment.