Skip to content

Commit

Permalink
fix: differentiate client ID for flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Oct 22, 2022
1 parent cc722fd commit 678ca33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class API {
},
body: jsonEncode(
{
'client_id': clientID,
'client_id': '${clientID}_flutter',
'server_id': server.serverUUID,
},
),
Expand Down

0 comments on commit 678ca33

Please sign in to comment.