Run npm format
This commit is contained in:
parent
3b9261ef76
commit
28d8216b32
|
@ -487,8 +487,7 @@ async function configurePortal(): Promise<Explorer> {
|
|||
|
||||
updateUserContext({ dataPlaneRbacEnabled });
|
||||
useDataPlaneRbac.setState({ dataPlaneRbacEnabled: dataPlaneRbacEnabled });
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
let dataPlaneRbacEnabled;
|
||||
dataPlaneRbacEnabled = account.properties.disableLocalAuth;
|
||||
|
||||
|
|
Loading…
Reference in New Issue