fix: do not show Home primary button
This commit is contained in:
parent
539607d87a
commit
cbe9ec26bd
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ def authorize(**kwargs):
|
|||
resp_html = frappe.render_template(
|
||||
"templates/includes/oauth_confirmation.html", response_html_params
|
||||
)
|
||||
frappe.respond_as_web_page("Confirm Access", resp_html)
|
||||
frappe.respond_as_web_page("Confirm Access", resp_html, primary_action=None)
|
||||
except (FatalClientError, OAuth2Error) as e:
|
||||
return generate_json_error_response(e)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue