diff --git a/scripts/run-playwright-full-slice.mjs b/scripts/run-playwright-full-slice.mjs index fa06533c..4d63f8a3 100644 --- a/scripts/run-playwright-full-slice.mjs +++ b/scripts/run-playwright-full-slice.mjs @@ -49,6 +49,7 @@ export const ownedFilesByRole = { "userVehicles.spec.ts", ], subuser: [ + "driverAuth.spec.ts", "subuserCompleteRegistration.spec.ts", "subuserProfileContact.spec.ts", "subuserProfileGrant.spec.ts", diff --git a/src/components/forms/auth/LoginForm.vue b/src/components/forms/auth/LoginForm.vue index c2c2ba99..7417d79d 100644 --- a/src/components/forms/auth/LoginForm.vue +++ b/src/components/forms/auth/LoginForm.vue @@ -205,6 +205,18 @@ onMounted(async () => { {{ $t('auth.forgot_password') }} {{ $t('auth.login') }} {{ $t('auth.login_with_qr_code') }} + + + + + {{ $t('auth.driver_login_button') }} +