mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 22:32:17 +00:00
cleanup
This commit is contained in:
@@ -326,6 +326,7 @@ export async function listUsers({
|
||||
);
|
||||
} else if (userName || email || phone) {
|
||||
const orQueries: SearchQuery[] = [];
|
||||
|
||||
if (userName) {
|
||||
const userNameQuery = create(SearchQuerySchema, {
|
||||
query: {
|
||||
|
||||
Reference in New Issue
Block a user