chore: lint

This commit is contained in:
Bereket Engida
2025-03-31 00:24:09 +03:00
parent 07d44db4d0
commit dad19a9934

View File

@@ -33,7 +33,7 @@ export async function authorize(
});
}
const session = await getSessionFromCtx(ctx);
if (!session) {
if (!session) {
/**
* If the user is not logged in, we need to redirect them to the
* login page.