Skip to content

Commit

Permalink
Merge pull request #420 from solliancenet/jdh-path-kiosk-type
Browse files Browse the repository at this point in the history
  • Loading branch information
ciprianjichici authored Jan 8, 2024
2 parents c3ab416 + 4605ff7 commit ec9244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/UserPortal/stores/appConfigStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const useAppConfigStore = defineStore('appConfig', {

this.apiUrl = apiUrl;

this.isKioskMode = JSON.parse(isKioskMode);
this.isKioskMode = Boolean(isKioskMode);
this.allowAgentHint = JSON.parse(allowAgentHint)?.enabled;
this.agents = agents.split(', ');

Expand Down

0 comments on commit ec9244b

Please sign in to comment.