We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62f83b commit f19f5dcCopy full SHA for f19f5dc
src/security/User.js
@@ -71,6 +71,8 @@ User.prototype.setCredentials = function (credentials) {
71
}
72
73
this.credentials = credentials;
74
+
75
+ return this;
76
};
77
78
/**
0 commit comments