diff --git a/ghost/admin/app/components/gh-profile-image.js b/ghost/admin/app/components/gh-profile-image.js index 511235f4a4..c35f42e06c 100644 --- a/ghost/admin/app/components/gh-profile-image.js +++ b/ghost/admin/app/components/gh-profile-image.js @@ -24,7 +24,7 @@ import {isNotFoundError} from 'ember-ajax/errors'; */ export default Component.extend({ email: '', - size: 90, + size: 180, debounce: 300, validEmail: '',