diff --git a/src/routes/(auth)/login/[userId]/+page.server.ts b/src/routes/(auth)/login/[userId]/+page.server.ts index cd53968..374a58b 100644 --- a/src/routes/(auth)/login/[userId]/+page.server.ts +++ b/src/routes/(auth)/login/[userId]/+page.server.ts @@ -34,7 +34,7 @@ export const actions = { const firstPostTitle = data[0].title const createdBy = data[0].createdBy if (createdBy !== userId) { - throw error(403, 'hehe, acting smug eh? you\'re not the owner of this account, this incident will be reported to the account owner. have a nice day :) '); + throw error(403, 'Please make sure you create the post with the account you are trying to verify! For security purposes, this incident has been reported to the account owner.'); } db.guildedVerificationSessions.deleteMany({ where: { @@ -108,4 +108,4 @@ export const actions = { } throw redirect(302, '/'); } -} \ No newline at end of file +} diff --git a/src/routes/(auth)/login/[userId]/+page.svelte b/src/routes/(auth)/login/[userId]/+page.svelte index 8757c19..4671117 100644 --- a/src/routes/(auth)/login/[userId]/+page.svelte +++ b/src/routes/(auth)/login/[userId]/+page.svelte @@ -17,8 +17,8 @@ Are you really who you say you are?
- We need to confirm that you are really the person you claim to issue the cookie which will be used for verification later. - However, we require you to do the following steps to confirm your identity: + We need to verify your identity! + Please complete following steps to confirm your identity:
Carboard currently only supports upto 512kbs of request body size per app update, this should not harm much functionality but please use compressed images and try splitting the updates id you do encounter any errors.
+Carboard currently only supports up to 512KBs of request body size per app update, this should not harm much functionality, however please use compressed images and try splitting the update id you do encounter any errors.