Skip to content

Commit

Permalink
Merge pull request #18 from GunnarLieb/patch-1
Browse files Browse the repository at this point in the history
Quick fix for #8, use tiny png for token reporter
  • Loading branch information
jclausen authored Jun 13, 2024
2 parents 8b8bd05 + be607c8 commit a1ee4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interceptors/Stachebox.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -195,4 +195,4 @@ component{
getWirebox().autowire( migrationService );
migrationService.runAllMigrations( "up" );
}
}
}

0 comments on commit a1ee4da

Please sign in to comment.