After a recent styling refactor the avatar directive was broken because
the file it was referencing for the default profile image was removed.
Here we simplify things and just make the avatar directive fully self contained,
as there is no real reason to pass window.host or window.origin as an argument since
it is a simple globally accessible value.
After a recent styling refactor the avatar directive was broken because the file it was referencing for the default profile image was removed.
Here we simplify things and just make the avatar directive fully self contained, as there is no real reason to pass
window.host
orwindow.origin
as an argument since it is a simple globally accessible value.