Skip to content

Commit

Permalink
closes User setting displaying incorrect data cisagov#18
Browse files Browse the repository at this point in the history
  • Loading branch information
Markis Kelly authored and Markis Kelly committed Oct 20, 2022
1 parent 058eb2a commit ac8a188
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"ignore": []
}
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"ignore": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const UserSettingsOverlay = observer<UserSettingsOverlayProps>(({ onSubmi
padding: 1rem;
`}
>
<p>Change user.name</p>
<p>Change Username</p>
<LoginForm submitText="Update" onSubmit={onSubmit} />
<Button minimal text="Log out" onClick={() => store.auth.logOut()} />
</div>
Expand Down

0 comments on commit ac8a188

Please sign in to comment.