fix: typos in apps/web (#19194)
Found via `codespell -q 3 -S "*.svg,./apps/web/public/static/locales,./packages/app-store/stripepayment/lib/currencyOptions.ts,./packages/lib/freeEmailDomainCheck/freeEmailDomains.ts" -L afterall,atleast,datea,fo,incase,ist,nam,notin,optionel,perview,reccuring` Closes #19193
This commit is contained in:
@@ -34,7 +34,7 @@ function VerifyEmailChange(props: PageProps) {
|
||||
showToast(t("verify_email_change_failure_toast"), "error");
|
||||
}
|
||||
}
|
||||
// We only need this to run on inital mount. These props can't and won't change due to it being fetched serveside.
|
||||
// We only need this to run on initial mount. These props can't and won't change due to it being fetched serverside.
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
|
||||
@@ -724,8 +724,8 @@ const ProfileForm = ({
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
{/* // For Non-Cal indentities, we merge the values from DB and the user logging in,
|
||||
so essentially there is no point in allowing them to disconnect, since when they log in they will get logged into the same account */}
|
||||
{/* // For Non-Cal identities, we merge the values from DB and the user logging in,
|
||||
so essentially there's no point in allowing them to disconnect, since when they log in they will get logged into the same account */}
|
||||
{!isCALIdentityProvider && user.email !== user.identityProviderEmail && (
|
||||
<div className="mt-6">
|
||||
<Label>Connected accounts</Label>
|
||||
|
||||
@@ -44,7 +44,7 @@ import { Button, PasswordField, TextField, Form, Alert, CheckboxField, Icon, sho
|
||||
import type { getServerSideProps } from "@lib/signup/getServerSideProps";
|
||||
|
||||
const signupSchema = apiSignupSchema.extend({
|
||||
apiError: z.string().optional(), // Needed to display API errors doesnt get passed to the API
|
||||
apiError: z.string().optional(), // Needed to display API errors doesn't get passed to the API
|
||||
cfToken: z.string().optional(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user