mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 20:04:27 +00:00
fix: add that back in, woops
This commit is contained in:
parent
1afd7d076f
commit
398731ad1b
@ -142,7 +142,7 @@ export default {
|
||||
methods: {
|
||||
async getUserInfo() {
|
||||
const user = await this.openmct.user.getCurrentUser();
|
||||
this.canSetMissionStatus = /*await this.openmct.user.status.canSetMissionStatus();*/ true;
|
||||
this.canSetMissionStatus = await this.openmct.user.status.canSetMissionStatus();
|
||||
this.userName = user.getName();
|
||||
this.role = this.openmct.user.getActiveRole();
|
||||
this.loggedIn = this.openmct.user.isLoggedIn();
|
||||
|
Loading…
x
Reference in New Issue
Block a user