Skip to content

Conversation

@liveHarshit
Copy link
Member

Fixes #1926

@auto-label auto-label bot added the feature label Jul 1, 2019
@liveHarshit liveHarshit changed the title feat: Verify email with app (#1926) feat: Verify email with app Jul 1, 2019
.nonNull()
.observe(viewLifecycleOwner, Observer {
rootView.snackbar(it)
profileViewModel.syncProfile()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this line?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, it's duplicate. Removing.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

Copy link
Contributor

@anhanh11001 anhanh11001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest is good I think

anhanh11001
anhanh11001 previously approved these changes Jul 1, 2019
ShridharGoel
ShridharGoel previously approved these changes Jul 1, 2019
app/build.gradle Outdated
debug {
buildConfigField "String", "DEFAULT_BASE_URL", '"https://open-event-api-dev.herokuapp.com/v1/"'
buildConfigField "String", "FRONTEND_URL", '"https://fossasia.github.io/open-event-frontend/"'
buildConfigField "String", "FRONTEND_URL", '"https://open-event-fe.netlify/"'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate, just use FRONTEND_HOST

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

buildConfigField "String", "MAPBOX_KEY", '"'+MAPBOX_KEY+'"'
buildConfigField "String", "STRIPE_API_KEY", '"'+STRIPE_API_TOKEN+'"'
resValue "string", "FRONTEND_HOST", "fossasia.github.io/open-event-frontend"
resValue "string", "FRONTEND_HOST", "open-event-fe.netlify.com"
Copy link
Member

@iamareebjamal iamareebjamal Jul 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not buildConfigField? It's static, it's constant, requires no context

Copy link
Member Author

@liveHarshit liveHarshit Jul 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot use in the manifest file for handle app link data.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Verify email with app

4 participants