This commit is contained in:
Vincent 2025-11-08 21:26:26 +00:00 committed by GitHub
commit 0946afc7ee
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 = {