Skip to content

login fail !!!! #78

@dmitryshelomanov

Description

@dmitryshelomanov
this.login = function (username, password, callback) {
        var self = this;
        this.rocketChatClient.authentication.login(username, password, function (err, body) {
            
            self.token = body.data;
            callback(null, body);
        });
    };

no handle error !!! App crashed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions