Double default gravatar size (#268)

This commit is contained in:
John O'Nolan 2016-09-19 15:38:42 +02:00 committed by Hannah Wolfe
parent 00f626702e
commit 3d8c79d018
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import {isNotFoundError} from 'ember-ajax/errors';
*/
export default Component.extend({
email: '',
size: 90,
size: 180,
debounce: 300,
validEmail: '',