feat(PWA): Allow login using OAuth by cogk [frappe] PR#2091
From: https://github.com/frappe/hrms/pull/2091
Date: 2024-10-18 13:07:54+05:30
- fix: show social login icon
- refactor: Move social logins API
- feat(PWA): Allow login using OAuth
Diagnostics
pre-commit failed for source commit: a90f2a8e723551755e39955a6fdf8cc84f33b848
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
[WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version. Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this. if it does not -- consider reporting an issue to that repo.
1 file reformatted
Suspicious changes found (Dokos Only / dokos):
* 713b418e9a0c6a94cf01db0b981e093d9cad0dce feat(PWA): Allow login using OAuth
```diff
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-2091
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-2091
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease