We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ad470 commit 616ce7eCopy full SHA for 616ce7e
lib/src/auth/auth_manager.dart
@@ -443,7 +443,7 @@ class AuthManager {
443
body: jsonEncode({
444
'token': config.authToken,
445
'slug': config.slug,
446
- 'clientType': clientType,
+ 'clientType': config.clientType,
447
}),
448
);
449
lib/src/constants.dart
@@ -1,5 +1,3 @@
1
-const String clientType = String.fromEnvironment('client_type');
2
-
3
/// The unique identifier for the Codelessly Firebase app instance.
4
const String kCodelesslyFirebaseApp = 'codelessly';
5
0 commit comments