@xano/cli 0.0.67 → 0.0.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,6 @@ Opening browser for Xano login at https://custom.xano.com...`,
44
44
  // Step 1: Get token via browser auth
45
45
  this.log('Starting authentication flow...');
46
46
  const token = await this.startAuthServer(flags.origin);
47
- this.log(`Received token: ${token}`);
48
47
  // Step 2: Validate token and get user info
49
48
  this.log('');
50
49
  this.log('Validating authentication...');