fix: protocol is weird

This commit is contained in:
əlemi 2023-02-16 18:42:46 +01:00
parent d6e5e7a6f6
commit e3bde342d3
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -60,7 +60,7 @@ class AuthInterface:
json={
"serverId": server_id,
"accessToken": self.accessToken,
"selectedProfile": self.selectedProfile.serialize()
"selectedProfile": self.selectedProfile.id,
}
)