Skip to content
Snippets Groups Projects
Commit 9b3361dd authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-232: Fixing wrong error message

parent 528cf17a
No related branches found
No related tags found
1 merge request!303GREG-232: Fixing wrong error message
Pipeline #121406 passed
......@@ -20,7 +20,7 @@ class UibSebra(IgaImplementation):
) -> Optional[IgaPerson]:
search = self.idtype_methodmap.get(id_type)
if not search:
return []
return None
user: User = search(extid)
if not user:
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment