mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
chore: lint
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user