mirror of
https://github.com/amark/gun.git
synced 2025-06-08 07:06:44 +00:00
Fixed _initial_authsettings bug
This commit is contained in:
parent
8669d63879
commit
bd761c3819
2
sea.js
2
sea.js
@ -1031,6 +1031,8 @@
|
|||||||
const authenticate = USE('./authenticate')
|
const authenticate = USE('./authenticate')
|
||||||
const finalizeLogin = USE('./login')
|
const finalizeLogin = USE('./login')
|
||||||
const authLeave = USE('./leave')
|
const authLeave = USE('./leave')
|
||||||
|
const { recall: _initial_authsettings } = USE('./settings')
|
||||||
|
|
||||||
// let's extend the gun chain with a `user` function.
|
// let's extend the gun chain with a `user` function.
|
||||||
// only one user can be logged in at a time, per gun instance.
|
// only one user can be logged in at a time, per gun instance.
|
||||||
Gun.chain.user = function() {
|
Gun.chain.user = function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user