We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dc2f8 commit 901762aCopy full SHA for 901762a
1 file changed
index.js
@@ -3,6 +3,10 @@ const axios = require('axios');
3
module.exports = class FastPanel {
4
constructor(url) {
5
this.url = url;
6
+ this.roles = {
7
+ user: 'ROLE_USER',
8
+ reseller: 'ROLE_RESELLER_ADMIN'
9
+ }
10
}
11
12
auth(username, password) {
0 commit comments