mirror of
https://github.com/nasa/openmct.git
synced 2025-01-13 16:29:57 +00:00
Cleanup
This commit is contained in:
parent
56827ad17b
commit
7388b488f1
@ -109,13 +109,6 @@ export default class ExampleUserProvider extends EventEmitter {
|
||||
return Promise.resolve(this.user.getRoles().includes(roleId));
|
||||
}
|
||||
|
||||
// getActiveRole() {
|
||||
// if (!this.loggedIn) {
|
||||
// Promise.resolve(undefined);
|
||||
// }
|
||||
|
||||
// return Promise.resolve(this.selectedStatusRole);
|
||||
// }
|
||||
getPossibleRoles() {
|
||||
return this.user.getRoles();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user