mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Minor issue with identicons (Users and Organizations) #1304
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 (Jun 22, 2022).
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.
@BlackDex commented on GitHub (Jun 22, 2022):
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.@Nyxtorm commented on GitHub (Jun 23, 2022):
I haven't tested yet the PR, but thank you, again! 👍
@Nyxtorm commented on GitHub (Jun 23, 2022):
PR tested just now on my side, I confirm that it corrects the problem.