From acecc646c00fec46f1868398c42303a04cb1696d Mon Sep 17 00:00:00 2001 From: pilcrowOnPaper Date: Sat, 2 Nov 2024 15:52:20 +0900 Subject: [PATCH] maybe you don't need refresh tokens --- src/components/Layout.astro | 4 ++-- src/pages/index.astro | 2 +- src/posts/refresh-tokens.md | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 src/posts/refresh-tokens.md diff --git a/src/components/Layout.astro b/src/components/Layout.astro index 94c82df..33bf837 100644 --- a/src/components/Layout.astro +++ b/src/components/Layout.astro @@ -36,12 +36,12 @@ interface Props { - +