fix subscription success page (#636)
* fix subscription success page * Fix typo
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
<template #description>
|
||||
<div class="flex flex-wrap sm:flex-nowrap gap-4 items-start">
|
||||
<p class="flex-grow">
|
||||
Remove NoteForms branding, customize forms further, use your custom domain, integrate with your
|
||||
Remove OpnForm branding, customize forms further, use your custom domain, integrate with your
|
||||
favorite tools, invite users, and more!
|
||||
</p>
|
||||
<UButton
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user