Skip to content

Commit

Permalink
Merge pull request #9 from deepa4lok/16.0
Browse files Browse the repository at this point in the history
Auto login: fixes
  • Loading branch information
deepa4lok authored Jun 12, 2024
2 parents e11c8ef + 140d0cd commit 96bddba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth_oauth_autologin/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Auth Oauth Autologin",
"summary": """
Automatically redirect to the OAuth provider for login""",
"version": "16.0.2.0",
"version": "16.0.2.1",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA), Deepa, The Open Source Company (TOSC)",
"maintainers": ["sbidoul"],
Expand Down
2 changes: 1 addition & 1 deletion auth_oauth_autologin/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def shop(self, page=0, category=None, search='', min_price=0.0, max_price=0.0, p
if not request.session.uid:
return request.redirect('/web/login')

return super().shop(self, page, category, search, min_price, max_price, ppg, **post)
return super().shop(page, category, search, min_price, max_price, ppg, **post)

0 comments on commit 96bddba

Please sign in to comment.