diff --git a/frappe/docs/user/en/guides/deployment/how-to-enable-social-logins.md b/frappe/docs/user/en/guides/deployment/how-to-enable-social-logins.md index ab9afa39cc..4a58a4c551 100755 --- a/frappe/docs/user/en/guides/deployment/how-to-enable-social-logins.md +++ b/frappe/docs/user/en/guides/deployment/how-to-enable-social-logins.md @@ -20,7 +20,7 @@ To enable these signups, you need to have **Client ID** and **Client Secret** fr 1. Click on Apps (topbar) > New App, fill in the form. 1. Go to Settings > Basic, set the **Contact Email** and save the changes. 1. Go to Settings > Advanced, find the field **Valid OAuth redirect URIs**, and enter: - **http://{{ yoursite }}/api/method/frappe.templates.pages.login.login\_via\_facebook** + **http://{{ yoursite }}/api/method/frappe.www.login.login\_via\_facebook** 1. Save the changes in Advance tab. 1. Go to Status & Review and switch on "Do you want to make this app and all its live features available to the general public?" 1. Go to Dashboard, click on the show button besides App Secret, and copy the App ID and App Secret into **Desktop > Website > Setup > Social Login Keys** @@ -40,7 +40,7 @@ To enable these signups, you need to have **Client ID** and **Client Secret** fr - Web Application - Authorized JavaScript origins as **http://{{ yoursite }}** - Authorized redirect URI as - **http://{{ yoursite }}/api/method/frappe.templates.pages.login.login\_via\_google** + **http://{{ yoursite }}/api/method/frappe.www.login.login\_via\_google** 1. Go to the section **Client ID for web application** and copy the Client ID and Client Secret into **Desktop > Website > Setup > Social Login Keys**
- \ No newline at end of file +