From 4c9058a49864e7eb6f109d76514eabde9f1758e0 Mon Sep 17 00:00:00 2001 From: Alvin Ng <243186+alvinsj@users.noreply.github.com> Date: Sun, 9 Jun 2024 18:38:03 +0800 Subject: [PATCH] minor fix --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index cf0d763..62c1d9a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -27,7 +27,7 @@ function App() { deleteStateCookie(state) window.history.replaceState({}, document.title, '/') } - }, [tokens]) + }, [tokens, codeVerifier, state]) const status = state && code && codeVerifier ? [ `state: ${state}`,