fix: handle other types of generated values
This commit is contained in:
		@@ -1544,6 +1544,9 @@ function generateEnvValue(string $command)
 | 
			
		||||
        case 'USER':
 | 
			
		||||
            $generatedValue = Str::random(16);
 | 
			
		||||
            break;
 | 
			
		||||
        default:
 | 
			
		||||
            $generatedValue = Str::random(16);
 | 
			
		||||
            break;
 | 
			
		||||
    }
 | 
			
		||||
    return $generatedValue;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user