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