mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-15 22:38:47 +00:00
로그인 페이지에서 Token Refresh 성공시의 자동 리다이렉션 구현
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const refreshToken = async () => {
|
||||
export const refreshToken = async () => {
|
||||
return await fetch("/api/auth/refreshToken", { method: "POST" });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user