Skip to content

Commit abaf4d6

Browse files
SaadArdatiBirjuVachhani
authored andcommitted
Cloud UI #23
1 parent d33323d commit abaf4d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/auth/codelessly_auth_manager.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import 'package:jwt_decoder/jwt_decoder.dart';
99

1010
import '../../codelessly_sdk.dart';
1111

12+
const String clientType = String.fromEnvironment('client_type');
13+
1214
const String _label = 'Auth Manager';
1315

1416
/// An implementation of that uses Firebase auth.
@@ -382,6 +384,7 @@ class CodelesslyAuthManager extends AuthManager {
382384
body: jsonEncode({
383385
'token': config.authToken,
384386
'slug': config.slug,
387+
'clientType': clientType,
385388
}),
386389
);
387390

0 commit comments

Comments
 (0)