mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Refactor WiFiGuestForm component to get rid of obsolete "input-group-append" div element
This commit is contained in:
		@@ -68,14 +68,11 @@ export default function WifiGuestForm({
 | 
			
		||||
                        }))}
 | 
			
		||||
                        {...props}
 | 
			
		||||
                    >
 | 
			
		||||
                        <div className="input-group-append">
 | 
			
		||||
                        <WiFiQRCode
 | 
			
		||||
                            SSID={formData.SSID}
 | 
			
		||||
                            password={formData.password}
 | 
			
		||||
                        />
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </TextInput>
 | 
			
		||||
 | 
			
		||||
                    <PasswordInput
 | 
			
		||||
                        withEye
 | 
			
		||||
                        label={_("Password")}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user