Return empty pair if not authenticated
This commit is contained in:
parent
6ec931e1fa
commit
5e7f025c1a
1 changed files with 6 additions and 1 deletions
|
|
@ -431,7 +431,12 @@ function createUserReplica() {
|
||||||
return {
|
return {
|
||||||
...baseReplica._,
|
...baseReplica._,
|
||||||
// TODO
|
// TODO
|
||||||
sea: lastPair
|
sea: lastPair || {
|
||||||
|
epriv: '',
|
||||||
|
epub: '',
|
||||||
|
priv: '',
|
||||||
|
pub: ''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
get is() {
|
get is() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue