Explorar o código

small typo fix (#337)

Samyak Bakliwal %!s(int64=5) %!d(string=hai) anos
pai
achega
cdf0a13f77
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/handlers/auth.ts

+ 1 - 1
server/handlers/auth.ts

@@ -38,7 +38,7 @@ const authenticate = (
       }
 
       if (user && user.banned) {
-        throw new CustomError("Your are banned from using this website.", 403);
+        throw new CustomError("You're banned from using this website.", 403);
       }
 
       if (user) {