-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Milestone
Description
pas.plugins.authomatic/src/pas/plugins/authomatic/browser/view.py
Lines 131 to 132 in 9765951
| self.request.response.redirect(self.context.absolute_url()) | |
| return "redirecting" |
Consider redirecting to ?came_from or at least move this code within another method to be able to easily customize/override it.
Another option would be to add a new control panel field to be able to redirect to a custom page.
Reactions are currently unavailable