1
0

merge: all upstream changes

This commit is contained in:
Mar0xy
2023-10-13 19:01:17 +02:00
170 changed files with 4490 additions and 2218 deletions
+3 -3
View File
@@ -202,10 +202,10 @@ export class ServerService implements OnApplicationShutdown {
includeSecrets: true,
}));
reply.code(200);
return 'Verify succeeded!';
reply.code(200).send('Verification succeeded! メールアドレスの認証に成功しました。');
return;
} else {
reply.code(404);
reply.code(404).send('Verification failed. Please try again. メールアドレスの認証に失敗しました。もう一度お試しください');
return;
}
});