diff --git a/interceptors/Stachebox.cfc b/interceptors/Stachebox.cfc index 2cc196f..3799a9a 100644 --- a/interceptors/Stachebox.cfc +++ b/interceptors/Stachebox.cfc @@ -77,7 +77,7 @@ component{ "lastName" : "Reporter", "email" : reporterUsername, "password" : createUUID(), - "avatar" : "data:image/png;base64,#toBase64( fileReadBinary( logoFile ) )#", + "avatar" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQMAAAD+wSzIAAAABlBMVEX///+/v7+jQ3Y5AAAADklEQVQI12P4AIX8EAgALgAD/aNpbtEAAAAASUVORK5CYII", "isAdministrator" : false, "allowLogin" : false } @@ -195,4 +195,4 @@ component{ getWirebox().autowire( migrationService ); migrationService.runAllMigrations( "up" ); } -} \ No newline at end of file +}