Skip to content

Gun-Vue docs v0.21.4Docs


Gun-Vue docs v0.21.4 / Auth / hasPass

Function: hasPass()

hasPass(pub): Promise<boolean>

Check if a user has a password

Parameters

pub: string

Returns

Promise<boolean>

Defined in

src/auth/useAuth.js:132

MIT