Skip to content

Commit 55ff21a

Browse files
committed
formatting
1 parent 54747ca commit 55ff21a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/app/keycloak_auth.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,9 @@ async def get_current_user_id(identity: Json = Depends(get_token)) -> str:
318318
return keycloak_id
319319

320320

321-
async def create_user(email: str, password: str, firstName: str, lastName: str, temporary: bool = False):
321+
async def create_user(
322+
email: str, password: str, firstName: str, lastName: str, temporary: bool = False
323+
):
322324
"""Create a user in Keycloak."""
323325
keycloak_admin = KeycloakAdmin(
324326
server_url=settings.auth_server_url,

0 commit comments

Comments
 (0)