diff --git a/frontend/src/components/common/fields/current-password-field.tsx b/frontend/src/components/common/fields/current-password-field.tsx index 229c3f78d..ab1a3e4cb 100644 --- a/frontend/src/components/common/fields/current-password-field.tsx +++ b/frontend/src/components/common/fields/current-password-field.tsx @@ -26,7 +26,6 @@ export const CurrentPasswordField: React.FC = ({ onChange }) = size='sm' onChange={onChange} placeholder={t('login.auth.password') ?? undefined} - className='bg-dark text-light' autoComplete='current-password' required /> diff --git a/frontend/src/components/profile-page/access-tokens/access-token-creation-form/access-token-creation-form-expiry-field.tsx b/frontend/src/components/profile-page/access-tokens/access-token-creation-form/access-token-creation-form-expiry-field.tsx index 5f7f70281..dc9a34c54 100644 --- a/frontend/src/components/profile-page/access-tokens/access-token-creation-form/access-token-creation-form-expiry-field.tsx +++ b/frontend/src/components/profile-page/access-tokens/access-token-creation-form/access-token-creation-form-expiry-field.tsx @@ -36,7 +36,6 @@ export const AccessTokenCreationFormExpiryField: React.FC + {token.label} - {lastUsed} + {lastUsed} { ) return ( - + diff --git a/frontend/src/components/profile-page/account-management/profile-account-management.tsx b/frontend/src/components/profile-page/account-management/profile-account-management.tsx index ea299dcd1..b60c88fdc 100644 --- a/frontend/src/components/profile-page/account-management/profile-account-management.tsx +++ b/frontend/src/components/profile-page/account-management/profile-account-management.tsx @@ -21,7 +21,7 @@ export const ProfileAccountManagement: React.FC = () => { return ( - + diff --git a/frontend/src/components/profile-page/settings/profile-change-password.tsx b/frontend/src/components/profile-page/settings/profile-change-password.tsx index fc0c5b7f6..fe876f96b 100644 --- a/frontend/src/components/profile-page/settings/profile-change-password.tsx +++ b/frontend/src/components/profile-page/settings/profile-change-password.tsx @@ -70,7 +70,7 @@ export const ProfileChangePassword: React.FC = () => { }, [loading, oldPassword, newPassword, newPasswordAgain]) return ( - + diff --git a/frontend/src/components/profile-page/settings/profile-display-name.tsx b/frontend/src/components/profile-page/settings/profile-display-name.tsx index 6bb9df0e1..2a1a7ea56 100644 --- a/frontend/src/components/profile-page/settings/profile-display-name.tsx +++ b/frontend/src/components/profile-page/settings/profile-display-name.tsx @@ -39,7 +39,7 @@ export const ProfileDisplayName: React.FC = () => { }, [displayName, userName]) return ( - +