[PR #4] [MERGED] Fix login with email issues #12

Closed
opened 2026-03-03 18:51:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/oxygenpay/oxygen/pull/4
Author: @wtfthefirefox
Created: 6/26/2023
Status: Merged
Merged: 6/26/2023
Merged by: @wtfthefirefox

Base: developHead: fix-login-issues


📝 Commits (3)

  • cd0c71f added auth provider options and fixed login with email
  • 8fdbb58 fixed poshog bugs
  • 8d54b51 fixed loading user after login with email problem

📊 Changes

7 files changed (+142 additions, -66 deletions)

View changed files

📝 ui-dashboard/src/app.scss (+1 -0)
📝 ui-dashboard/src/app.tsx (+31 -5)
ui-dashboard/src/hooks/use-posthog-status.ts (+21 -0)
📝 ui-dashboard/src/pages/login-page/login-page.tsx (+75 -49)
📝 ui-dashboard/src/pages/payments-page/payments-page.tsx (+2 -10)
📝 ui-dashboard/src/providers/auth-provider.ts (+6 -1)
📝 ui-dashboard/src/types/index.ts (+6 -1)

📄 Description

  • Fixed ui bug with a size of manage merchants button
  • Added dynamic login variants loaded from server
  • Fixed loading user by email bugs

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/oxygenpay/oxygen/pull/4 **Author:** [@wtfthefirefox](https://github.com/wtfthefirefox) **Created:** 6/26/2023 **Status:** ✅ Merged **Merged:** 6/26/2023 **Merged by:** [@wtfthefirefox](https://github.com/wtfthefirefox) **Base:** `develop` ← **Head:** `fix-login-issues` --- ### 📝 Commits (3) - [`cd0c71f`](https://github.com/oxygenpay/oxygen/commit/cd0c71fa760dcc943170cfc83e7d94dcd0595de9) added auth provider options and fixed login with email - [`8fdbb58`](https://github.com/oxygenpay/oxygen/commit/8fdbb58ec23b6764d45c7580e180c16c64bdf218) fixed poshog bugs - [`8d54b51`](https://github.com/oxygenpay/oxygen/commit/8d54b51e08aa759aa628660489afbd2d5e94e73d) fixed loading user after login with email problem ### 📊 Changes **7 files changed** (+142 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `ui-dashboard/src/app.scss` (+1 -0) 📝 `ui-dashboard/src/app.tsx` (+31 -5) ➕ `ui-dashboard/src/hooks/use-posthog-status.ts` (+21 -0) 📝 `ui-dashboard/src/pages/login-page/login-page.tsx` (+75 -49) 📝 `ui-dashboard/src/pages/payments-page/payments-page.tsx` (+2 -10) 📝 `ui-dashboard/src/providers/auth-provider.ts` (+6 -1) 📝 `ui-dashboard/src/types/index.ts` (+6 -1) </details> ### 📄 Description - Fixed ui bug with a size of manage merchants button - Added dynamic login variants loaded from server - Fixed loading user by email bugs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 18:51:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/oxygen#12
No description provided.