Revert "refactor: OAuth flow without breaking routing convention" by ankush [frappe] PR#23565
From: https://github.com/frappe/frappe/pull/23565
Date: 2023-12-02 20:02:24+05:30
- Revert "refactor: OAuth flow without breaking routing convention"
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-23565
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease