changed the contact emails
This commit is contained in:
@@ -18,7 +18,7 @@ export default async function Index(req: NextApiRequest, res: NextApiResponse) {
|
||||
else if (session?.user?.isSubscriber === false)
|
||||
res.status(401).json({
|
||||
response:
|
||||
"You are not a subscriber, feel free to reach out to us at hello@linkwarden.app in case of any issues.",
|
||||
"You are not a subscriber, feel free to reach out to us at support@linkwarden.app in case of any issues.",
|
||||
});
|
||||
|
||||
const collectionIsAccessible = await getPermission(
|
||||
|
||||
Reference in New Issue
Block a user