forked from MapComplete/MapComplete
Fix: revive missing 'login' button
This commit is contained in:
parent
34998b1082
commit
d9c8785d9b
3 changed files with 63 additions and 99 deletions
|
@ -497,7 +497,7 @@ export default class UserRelatedState {
|
|||
amendedPrefs.ping()
|
||||
})
|
||||
|
||||
osmConnection.userDetails.addCallback((userDetails) => {
|
||||
osmConnection.userDetails.addCallbackD((userDetails) => {
|
||||
for (const k in userDetails) {
|
||||
amendedPrefs.data["_" + k] = "" + userDetails[k]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue