We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74f4c3 commit fe5a7d7Copy full SHA for fe5a7d7
app/(dashboard)/(routes)/settings/_components/general-settings-form.tsx
@@ -62,9 +62,6 @@ export const GeneralSettingsForm = ({ initialData }: GeneralSettingsFormProps) =
62
<div className="flex flex-col gap-4">
63
<div className="flex flex-col gap-1">
64
<p className="font-medium text-xl">Account Information</p>
65
- <span className="text-xs text-muted-foreground">
66
- The changes will be applied after a new login
67
- </span>
68
</div>
69
<div>
70
<Form {...form}>
0 commit comments