From 6ab9e7f065fa396481f378a079d73a0a5e9e7a4c Mon Sep 17 00:00:00 2001 From: Astthor Date: Wed, 29 Jun 2022 12:35:28 +0200 Subject: [PATCH] space to trigger changes --- src/authentication/user-authentication.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentication/user-authentication.ts b/src/authentication/user-authentication.ts index 3307269..a0c50c5 100644 --- a/src/authentication/user-authentication.ts +++ b/src/authentication/user-authentication.ts @@ -7,7 +7,7 @@ import { User } from "../models/users"; /** * Checks if user is authenticated * - If yes: go to next() - * - If no: redirect to /auth/login + * - If no: redirect to /auth/login */ export const isAuthenticated = ( req: Request,