mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Cleanup Avatars plugin
This commit is contained in:
parent
721edc5e57
commit
f6f820c43d
5 changed files with 11 additions and 24 deletions
|
|
@ -688,7 +688,7 @@ window.identiconSvg = async (hashOrValue) => {
|
|||
|
||||
renderer.finish();
|
||||
|
||||
return writer.toString();
|
||||
return 'data:image/svg+xml;base64,' + btoa(writer);
|
||||
};
|
||||
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue