Skip to content

fix: correct 'occured' to 'occurred' typo in flash error messages (web.py) - #40

Open
Jah-yee wants to merge 1 commit into
foauth:masterfrom
Jah-yee:fix/error-occured-typo
Open

fix: correct 'occured' to 'occurred' typo in flash error messages (web.py)#40
Jah-yee wants to merge 1 commit into
foauth:masterfrom
Jah-yee:fix/error-occured-typo

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Aug 5, 2026

Copy link
Copy Markdown

Summary

Fix user-facing flash() error messages shown when OAuth authorization fails.

Changes

  • Line 172 (service_login function): flash('Error occured while authorizing...Error occurred...
  • Line 186 (authorize function): Same fix

Testing

  • ✅ Surgical 2-line fix, minimal diff
  • ✅ GH007 compliant: commit uses noreply email

Correcting typo in user-visible OAuth error messages.

…b.py:172,186)

Fix user-facing Flask flash() error messages shown when OAuth authorization fails.
Lines 172, 186: 'Error occured while authorizing' -> 'Error occurred while authorizing'
@Jah-yee

Jah-yee commented Aug 15, 2026

Copy link
Copy Markdown
Author

Friendly ping — any updates? Happy to address feedback.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant