Return empty pair if not authenticated

This commit is contained in:
Daniel Lugo 2021-09-13 06:20:56 -04:00
parent 6ec931e1fa
commit 5e7f025c1a

View file

@ -431,7 +431,12 @@ function createUserReplica() {
return { return {
...baseReplica._, ...baseReplica._,
// TODO // TODO
sea: lastPair sea: lastPair || {
epriv: '',
epub: '',
priv: '',
pub: ''
}
} }
}, },
get is() { get is() {