-
Notifications
You must be signed in to change notification settings - Fork 78
Added Google Oauth Signup #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
6617701
d96452f
c651d52
e43a129
b86c2c1
b08ee39
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
REACT_APP_GOOGLE_CLIENT_ID=<Google App Client ID> | ||
REACT_APP_GOOGLE_CALLBACK_URL=<Google Callback URL> | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,8 +43,7 @@ module.exports = { | |
items: [ | ||
{ | ||
label: 'Backend Docs', | ||
href: | ||
'https://github.com/anitab-org/anitab-forms-backend/wiki', | ||
href: 'https://github.com/anitab-org/anitab-forms-backend/wiki', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't make changes unrelated to this PR. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just ran There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please update your dependency and reformat the code. |
||
}, | ||
], | ||
}, | ||
|
@@ -85,8 +84,7 @@ module.exports = { | |
{ | ||
docs: { | ||
sidebarPath: require.resolve('./sidebars.js'), | ||
editUrl: | ||
'https://github.com/anitab-org/anitab-forms-web/docs', | ||
editUrl: 'https://github.com/anitab-org/anitab-forms-web/docs', | ||
}, | ||
theme: { | ||
customCss: require.resolve('./src/css/custom.css'), | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a new line at the end.