mirror of
https://github.com/wisdgod/cursor-api.git
synced 2025-12-24 13:38:01 +08:00
v0.1.3-rc.3.2
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
const result = await makeTokenRequest('/get-userinfo', token);
|
||||
const result = await makeTokenRequest('/userinfo', token);
|
||||
if (result) {
|
||||
const container = document.getElementById('userInfoContainer');
|
||||
container.style.display = 'block';
|
||||
|
||||
Reference in New Issue
Block a user