fix: add that back in, woops

This commit is contained in:
Mazzella, Jesse D. (ARC-TI)[KBR Wyle Services, LLC] 2024-01-29 16:13:36 -08:00
parent 1afd7d076f
commit 398731ad1b

View File

@ -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();