add disable and hint to sso form

This commit is contained in:
wh1te909
2024-10-25 19:25:36 +00:00
parent 79d02060ef
commit c1cd6114de

View File

@@ -19,6 +19,7 @@ For details, see: https://license.tacticalrmm.com/ee
<q-card-section>
<q-input
:readonly="!!props.provider"
:disable="!!props.provider"
label="Name"
outlined
dense
@@ -80,6 +81,7 @@ For details, see: https://license.tacticalrmm.com/ee
mapOptions
filled
v-model="localProvider.role"
hint="The role to assign the user on first sign-in"
/>
</q-card-section>