diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-21 15:11:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-21 15:40:40 +0900 |
| commit | 432baae1b49343ea780793330149a285a53bbdc7 (patch) | |
| tree | 3dc84e517910fb7e15f172bab5a803a6379a7c32 /frontend/app/.server/auth.ts | |
| parent | 589d2355910e8fc63eabecad631b16b3d3d6a492 (diff) | |
| download | phperkaigi-2025-albatross-432baae1b49343ea780793330149a285a53bbdc7.tar.gz phperkaigi-2025-albatross-432baae1b49343ea780793330149a285a53bbdc7.tar.zst phperkaigi-2025-albatross-432baae1b49343ea780793330149a285a53bbdc7.zip | |
wip
Diffstat (limited to 'frontend/app/.server/auth.ts')
| -rw-r--r-- | frontend/app/.server/auth.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
