mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Minor issue with identicons (Users and Organizations) #1111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nyxtorm on GitHub.
Originally assigned to: @BlackDex on GitHub.
Subject of the issue
Here is the third (and final) minor problem I have encountered recently. The "identicons" are displayed or not randomly with an error in the browser console
Deployment environment
Steps to reproduce
Expected behaviour / Actual behaviour
Identicons should be always displayed, as before.
Troubleshooting data
Blank identicons : https://i.imgur.com/WbDWFZI.png
Sorry for my English.
@Nyxtorm commented on GitHub:
PR tested just now on my side, I confirm that it corrects the problem.
@Nyxtorm commented on GitHub:
I haven't tested yet the PR, but thank you, again! 👍
@BlackDex commented on GitHub:
I think this was because i updated the script loading to use
defer, even though i tested multiple browsers and reverse proxies, it seems to not work in all environments. I have removed thedeferagain, that should probably fix this sporadic issue.