From 432baae1b49343ea780793330149a285a53bbdc7 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 21 Mar 2025 15:11:30 +0900 Subject: wip --- frontend/app/.server/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/.server/auth.ts') diff --git a/frontend/app/.server/auth.ts b/frontend/app/.server/auth.ts index d56c193..3e24638 100644 --- a/frontend/app/.server/auth.ts +++ b/frontend/app/.server/auth.ts @@ -1,4 +1,4 @@ -import { jwtDecode, type JwtPayload } from "jwt-decode"; +import { type JwtPayload, jwtDecode } from "jwt-decode"; import { redirect } from "react-router"; import { Authenticator } from "remix-auth"; import { FormStrategy } from "remix-auth-form"; -- cgit v1.2.3-70-g09d2