forked from MapComplete/MapComplete
		
	Fix logout button
This commit is contained in:
		
							parent
							
								
									e13d688ffd
								
							
						
					
					
						commit
						aaa8c1da7c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -127,7 +127,7 @@ class UserInformationMainPanel extends Combine {
 | 
			
		|||
                        new ImportViewerLinks(osmConnection),
 | 
			
		||||
                        new SubtleButton(Svg.logout_svg(), Translations.t.general.logout, {
 | 
			
		||||
                            imgSize,
 | 
			
		||||
                        }).onClick(osmConnection.LogOut),
 | 
			
		||||
                        }).onClick(() => {osmConnection.LogOut()}),
 | 
			
		||||
                    ])
 | 
			
		||||
                })
 | 
			
		||||
            ).SetClass("flex flex-col"),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue