mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-20 13:27:35 +00:00

This PR ensures that the list of recent sessions has no duplicate entries. To ensure the sessions are unique, we create a map using the loginName property. --------- Co-authored-by: conblem <mail@conblem.me>