This commit is contained in:
Vincent 2025-12-27 19:00:20 +00:00 committed by GitHub
commit b7ec663864
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ const getUsers = () => {
}
// Otherwise, return the users array, if available
const users = auth.users || [];
const users = auth.users ? [...auth.users] : [];
if (isOidcEnabled()) {
if (localStorage[localStorageKeys.USERNAME]) {
const user = {