Skip to content

Commit

Permalink
Adding render_options when registering a user using @users (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbacardit26 authored Nov 15, 2022
1 parent c3e4632 commit 6ee373b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CHANGELOG
the context of the search is not the container, to avoid getting the
results of contexts that starts with the same path.
[nbacardit26]
- Adding render_options when registering a user.


6.4.2 (2022-08-25)
Expand Down
1 change: 1 addition & 0 deletions guillotina/api/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ async def __call__(self):
context_description=self.context.title,
redirect_url=redirect_url,
data=payload,
render_options=payload.get("render_options", {}),
)
else:
raise HTTPNotAcceptable()
Expand Down

0 comments on commit 6ee373b

Please sign in to comment.