Skip to content

Commit

Permalink
Explain that name can't be changed later (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Dec 16, 2023
1 parent 81ced79 commit 967c5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/option-groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ const createAccountOptionGroups: OptionGroup<OptionGroupInputs>[] = [
),
{
title: "Step 3 of 7: First Name",
description: "What’s your first name?",
description: "What’s your first name? (You can’t change this later.)",
input: {
givenName: {
submit: async (input) => (await japi(
Expand Down

0 comments on commit 967c5b6

Please sign in to comment.