chore: Update saml page

This commit is contained in:
iamsivin
2025-11-07 18:10:00 +05:30
parent 86cbe7f0d6
commit f2fe66263f
+3 -2
View File
@@ -7,7 +7,7 @@ import { useI18n } from 'vue-i18n';
import { useAlert } from 'dashboard/composables';
// components
import FormInput from '../../components/Form/Input.vue';
import FormInput from 'dashboard/components-next/input/Input.vue';
import NextButton from 'dashboard/components-next/button/Button.vue';
const props = defineProps({
@@ -98,11 +98,12 @@ onMounted(async () => {
v-model="credentials.email"
name="email"
type="text"
autocomplete="email"
:tabindex="1"
required
:label="t('LOGIN.SAML.WORK_EMAIL.LABEL')"
:placeholder="t('LOGIN.SAML.WORK_EMAIL.PLACEHOLDER')"
:has-error="v$.credentials.email.$error"
:message-type="v$.credentials.email.$error ? 'error' : ''"
@input="v$.credentials.email.$touch"
/>
<input