forked from MapComplete/MapComplete
Refactoring: simplify preferences handling
This commit is contained in:
parent
cbad65b569
commit
6ebc0632a3
8 changed files with 228 additions and 161 deletions
|
|
@ -22,6 +22,9 @@ export class MangroveIdentity {
|
|||
this.mangroveIdentity = mangroveIdentity
|
||||
this._mangroveIdentityCreationDate = mangroveIdentityCreationDate
|
||||
mangroveIdentity.addCallbackAndRunD(async (data) => {
|
||||
if(data === ""){
|
||||
return
|
||||
}
|
||||
await this.setKeypair(data)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue