Skip to content

Commit

Permalink
fix subscription success page
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala committed Dec 2, 2024
1 parent 6cf1cd6 commit 706961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pages/subscriptions/success.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const redirectIfSubscribed = () => {
}
const checkSubscription = () => {
// Fetch the user.
return noteFormsFetch('user').then((data) => {
return opnFetch('user').then((data) => {
authStore.setUser(data)
redirectIfSubscribed()
}).catch((error) => {
Expand Down

0 comments on commit 706961a

Please sign in to comment.