fix: protocol is weird
This commit is contained in:
parent
d6e5e7a6f6
commit
e3bde342d3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class AuthInterface:
|
|||
json={
|
||||
"serverId": server_id,
|
||||
"accessToken": self.accessToken,
|
||||
"selectedProfile": self.selectedProfile.serialize()
|
||||
"selectedProfile": self.selectedProfile.id,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue