haha
This commit is contained in:
@@ -71,7 +71,7 @@ async function refreshAccessToken() {
|
||||
}
|
||||
if (!refreshPromise) {
|
||||
refreshPromise = refreshApi
|
||||
.post<{ access_token: string; refresh_token: string; token_type: string }>(
|
||||
.post<{ access_token: string, refresh_token: string, token_type: string }>(
|
||||
"/auth/refresh",
|
||||
{ refresh_token: token }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user