diff --git a/auth/README.md b/auth/README.md index 9ee07160..ab57cbd4 100644 --- a/auth/README.md +++ b/auth/README.md @@ -69,7 +69,7 @@ Handles the callback from Google after the user authenticates, exchanges the aut - **Success Response**: - **Code**: 302 - - **Content**: Redirects to the specified redirectURL or https://my.realdevsquad.com/new-signup if user details are incomplete. + - **Content**: Redirects to the specified redirectURL or if user details are incomplete. ``` Location: {redirectURL} @@ -160,7 +160,7 @@ Handles the callback from GitHub after the user authenticates, exchanges the aut - **Success Response**: - **Code**: 302 - - **Content**: Redirects to the specified redirectURL or https://my.realdevsquad.com/new-signup if user details are incomplete. + - **Content**: Redirects to the specified redirectURL or https://www.realdevsquad.com/new-signup if user details are incomplete. ``` Location: {redirectURL}