diff --git a/lib/services/server_service.dart b/lib/services/server_service.dart index d6db4b2..27168f9 100644 --- a/lib/services/server_service.dart +++ b/lib/services/server_service.dart @@ -21,6 +21,7 @@ class ServerService { // Generate registration rolling code String registrationAuth = RollingCodesService.generateRegistrationCode(); + print('Generated registration auth: $registrationAuth'); // Call server-manager registration endpoint String serverManagerUrl = 'https://lsdrctuvnwdrzrdyoqzu.supabase.co/functions/v1/server-manager/register';