make web after upgrading

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt 2024-01-16 06:18:30 +01:00
parent 514be6f108
commit 8991a07e98
No known key found for this signature in database
GPG Key ID: 9C3FA22FABF1AA8D
2 changed files with 13 additions and 12 deletions

View File

@ -6,27 +6,27 @@
[
"@babel/plugin-proposal-decorators",
{
"decoratorsBeforeExport": true
}
"decoratorsBeforeExport": true,
},
],
[
"@babel/plugin-transform-class-properties",
{
"loose": true
}
"loose": true,
},
],
[
"@babel/plugin-transform-runtime",
{
"regenerator": true
}
"regenerator": true,
},
],
"macros",
[
"@babel/plugin-transform-private-property-in-object",
{
"loose": true
}
]
]
"loose": true,
},
],
],
}

View File

@ -203,8 +203,9 @@ export class LDAPProviderViewPage extends AKElement {
class="pf-c-form-control"
readonly
type="text"
value=${`cn=${this.me?.user
.username},ou=users,${this.provider?.baseDn?.toLowerCase()}`}
value=${`cn=${
this.me?.user.username
},ou=users,${this.provider?.baseDn?.toLowerCase()}`}
/>
</div>
<div class="pf-c-form__group">