-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Allow users to login with validate code and be redirected to Workspace/Card modal #4519
Commits on Aug 9, 2021
-
Amal Nazeem committed
Aug 9, 2021 Configuration menu - View commit details
-
Copy full SHA for c64aeff - Browse repository at this point
Copy the full SHA c64aeffView commit details
Commits on Aug 10, 2021
-
Add workspace_card route to be available when validating login and re…
…directing
Amal Nazeem committedAug 10, 2021 Configuration menu - View commit details
-
Copy full SHA for d5b58c1 - Browse repository at this point
Copy the full SHA d5b58c1View commit details -
remove console statements and add missing import
Amal Nazeem committedAug 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 38d8a24 - Browse repository at this point
Copy the full SHA 38d8a24View commit details -
Merge branch 'main' of github.com:Expensify/App into amal-validate-co…
…de-reuse
Amal Nazeem committedAug 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 11145dd - Browse repository at this point
Copy the full SHA 11145ddView commit details -
Update uses to remove VALIDATE_ since we aren't validating logins
Amal Nazeem committedAug 10, 2021 Configuration menu - View commit details
-
Copy full SHA for ee2e220 - Browse repository at this point
Copy the full SHA ee2e220View commit details -
Rename to redirectAfterSignIn so flag is generic to all validateCodeL…
…ogin routes
Amal Nazeem committedAug 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 0bec935 - Browse repository at this point
Copy the full SHA 0bec935View commit details -
Rename component and constants to match generic functionality of logg…
…ing with validate code
Amal Nazeem committedAug 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 6d20074 - Browse repository at this point
Copy the full SHA 6d20074View commit details -
Rename files to fit new generic functionality
Amal Nazeem committedAug 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 7ca2bb3 - Browse repository at this point
Copy the full SHA 7ca2bb3View commit details
Commits on Aug 11, 2021
-
Merge branch 'main' of github.com:Expensify/App into amal-validate-co…
…de-reuse
Amal Nazeem committedAug 11, 2021 Configuration menu - View commit details
-
Copy full SHA for e395f45 - Browse repository at this point
Copy the full SHA e395f45View commit details -
Amal Nazeem committed
Aug 11, 2021 Configuration menu - View commit details
-
Copy full SHA for b4e635e - Browse repository at this point
Copy the full SHA b4e635eView commit details -
Amal Nazeem committed
Aug 11, 2021 Configuration menu - View commit details
-
Copy full SHA for f47c728 - Browse repository at this point
Copy the full SHA f47c728View commit details -
Amal Nazeem committed
Aug 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 1b0607b - Browse repository at this point
Copy the full SHA 1b0607bView commit details
Commits on Aug 12, 2021
-
Merge branch 'main' of github.com:Expensify/App into amal-validate-co…
…de-reuse
Amal Nazeem committedAug 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 1c330be - Browse repository at this point
Copy the full SHA 1c330beView commit details -
Merge branch 'main' of github.com:Expensify/App into amal-validate-co…
…de-reuse
Amal Nazeem committedAug 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 5ca0808 - Browse repository at this point
Copy the full SHA 5ca0808View commit details -
Remove unused public workspace route
Amal Nazeem committedAug 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b5c433 - Browse repository at this point
Copy the full SHA 4b5c433View commit details -
rename to setRedirectAfterSignIn
Amal Nazeem committedAug 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 223c4be - Browse repository at this point
Copy the full SHA 223c4beView commit details
Commits on Aug 13, 2021
-
consolidated beta loading logic in LoginWith components
Amal Nazeem committedAug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for ed2a67e - Browse repository at this point
Copy the full SHA ed2a67eView commit details -
Make sure new policy is autocreated only after all policies have been…
… loaded
Amal Nazeem committedAug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for f0ffacf - Browse repository at this point
Copy the full SHA f0ffacfView commit details -
Amal Nazeem committed
Aug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 8115017 - Browse repository at this point
Copy the full SHA 8115017View commit details -
Amal Nazeem committed
Aug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 8cceef2 - Browse repository at this point
Copy the full SHA 8cceef2View commit details -
Amal Nazeem committed
Aug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for d154f44 - Browse repository at this point
Copy the full SHA d154f44View commit details -
Show loader to prevent user from being immediately rerouted to the ho…
…me page
Amal Nazeem committedAug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 90b2c21 - Browse repository at this point
Copy the full SHA 90b2c21View commit details -
Amal Nazeem committed
Aug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 876fc46 - Browse repository at this point
Copy the full SHA 876fc46View commit details -
Merge branch 'main' of github.com:Expensify/App into amal-validate-co…
…de-reuse
Amal Nazeem committedAug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for cd50b67 - Browse repository at this point
Copy the full SHA cd50b67View commit details -
Fix missing React import needed for FullScreenLoadingIndicator
Amal Nazeem committedAug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for ec60643 - Browse repository at this point
Copy the full SHA ec60643View commit details
Commits on Aug 16, 2021
-
Use existing collection to determine if policies have been loaded
Amal Nazeem committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 501dd95 - Browse repository at this point
Copy the full SHA 501dd95View commit details
Commits on Aug 17, 2021
-
Use switch and add comments for clarity
Amal Nazeem committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 786b57e - Browse repository at this point
Copy the full SHA 786b57eView commit details -
Use existing policies collection to determine if policies have loaded
Amal Nazeem committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 96b4a4a - Browse repository at this point
Copy the full SHA 96b4a4aView commit details -
Use screens relevant to validateCode not 2fa
Amal Nazeem committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for cc0c2b8 - Browse repository at this point
Copy the full SHA cc0c2b8View commit details -
Amal Nazeem committed
Aug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for fac742e - Browse repository at this point
Copy the full SHA fac742eView commit details -
Clarify when this logic can be removed
Amal Nazeem committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for fcbeadf - Browse repository at this point
Copy the full SHA fcbeadfView commit details -
Add todo to comment so it's clearer theres some action to be done in …
…remove this
Amal Nazeem committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for b40cabf - Browse repository at this point
Copy the full SHA b40cabfView commit details
Commits on Aug 18, 2021
-
Amal Nazeem committed
Aug 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 20ee86a - Browse repository at this point
Copy the full SHA 20ee86aView commit details -
Use Policy to make code more contextual
Amal Nazeem committedAug 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 23798c7 - Browse repository at this point
Copy the full SHA 23798c7View commit details -
Amal Nazeem committed
Aug 18, 2021 Configuration menu - View commit details
-
Copy full SHA for b4d779c - Browse repository at this point
Copy the full SHA b4d779cView commit details
Commits on Aug 19, 2021
-
remove @todo since workspace has already been created
Amal Nazeem committedAug 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 3e6fae6 - Browse repository at this point
Copy the full SHA 3e6fae6View commit details