mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX CODE BUG
This commit is contained in:
@@ -130,7 +130,7 @@ module LoginHelper
|
||||
url = "#{api_host}/api/v1/users/sync_user_token"
|
||||
sync_json = {
|
||||
"token": token,
|
||||
"login": type,
|
||||
"login": login,
|
||||
"user_token": token_value
|
||||
}
|
||||
uri = URI.parse(url)
|
||||
|
||||
Reference in New Issue
Block a user