Skip to content

Commit 0b98632

Browse files
changed urls.js file
1 parent ac6e0c6 commit 0b98632

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/constants/urls.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ export const AUTH = {
7171
SIGN_UP: `${APPS.PROFILE}/new-signup`,
7272
};
7373

74+
export const AUTH_URL =
75+
'https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97';
76+
7477
export const SOCIALS = {
7578
LINKEDIN: {
7679
URL: 'https://www.linkedin.com/company/real-dev-squad',

0 commit comments

Comments
 (0)