mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-19 18:08:30 +00:00
Remove method from list
This commit is contained in:
parent
42e03e038d
commit
73c861dc74
@ -35,8 +35,7 @@ export default class User {
|
|||||||
|
|
||||||
createMethods(User.prototype, objectTypes.USER, [
|
createMethods(User.prototype, objectTypes.USER, [
|
||||||
'logout',
|
'logout',
|
||||||
'_sessionForOnDiskPath',
|
'_sessionForOnDiskPath'
|
||||||
'retrieveAccount'
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
export function createUser(realmId, info) {
|
export function createUser(realmId, info) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user