Skip to content

Commit

Permalink
feat: allow avatar to be round & pass incognito prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Fsalker committed Apr 30, 2020
1 parent 0801f83 commit ca0d154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-security/src/admin/views/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ const UserAccountForm = () => {
<>
<div style={{ marginBottom: "32px" }}>
<Bind name="avatar">
<AvatarImage />
<AvatarImage round />
</Bind>
</div>
<SimpleForm>
{loading && <CircularProgress />}
{loading && <CircularProgress incognito={true} />}
<SimpleFormHeader title={"Account"} />
<SimpleFormContent>
{React.createElement(auth.view, {
Expand Down

0 comments on commit ca0d154

Please sign in to comment.