File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const isDisabled = computed(() => {
116
116
117
117
const identicon = computed (() => {
118
118
const {avatarHash } = props;
119
- return ` https://api.gravatar.com/avatar/${ avatarHash} ?d=identicon` ;
119
+ return ` https://api.gravatar.com/avatar/${ avatarHash} ?d=identicon&s=200 ` ;
120
120
});
121
121
122
122
const onClickUpdateEmail = () => {
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const isShowPasskeyAdd = computed(() => {
131
131
132
132
const identicon = computed (() => {
133
133
const {avatar_hash: avatarHash } = myProfile;
134
- return ` https://api.gravatar.com/avatar/${ avatarHash} ?d=identicon` ;
134
+ return ` https://api.gravatar.com/avatar/${ avatarHash} ?d=identicon&s=200 ` ;
135
135
});
136
136
137
137
const onClickLogout = () => {
You can’t perform that action at this time.
0 commit comments