diff --git a/frontend/src/component/user/DemoAuth/DemoAuth.tsx b/frontend/src/component/user/DemoAuth/DemoAuth.tsx index ff4054959f69..de29cfc970cd 100644 --- a/frontend/src/component/user/DemoAuth/DemoAuth.tsx +++ b/frontend/src/component/user/DemoAuth/DemoAuth.tsx @@ -63,7 +63,7 @@ const DemoAuth: VFC = ({ authDetails, redirect }) => { id='email' data-testid={LOGIN_EMAIL_ID} required - type='email' + type={email === 'admin' ? 'text' : 'email'} />