mirror of
https://github.com/oxygenpay/oxygen.git
synced 2026-04-26 08:05:56 +03:00
[PR #27] [MERGED] fix(auth): google auth #36
Labels
No labels
duplicate
not reproducible
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/oxygen#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/oxygenpay/oxygen/pull/27
Author: @swift1337
Created: 8/1/2023
Status: ✅ Merged
Merged: 8/1/2023
Merged by: @swift1337
Base:
develop← Head:fix/google_auth📝 Commits (2)
59b039aFix record duplicate when logging with Google8b69c64Codegen fix📊 Changes
6 files changed (+31 additions, -27 deletions)
View changed files
📝
internal/db/repository/users.sql.go(+11 -6)📝
internal/service/user/service_google.go(+3 -1)📝
pkg/api-kms/v1/client/wallet/create_b_s_c_transaction_parameters.go(+3 -5)📝
pkg/api-kms/v1/client/wallet/create_b_s_c_transaction_responses.go(+2 -4)📝
pkg/api-kms/v1/client/wallet/wallet_client.go(+7 -7)📝
scripts/queries/users.sql(+5 -4)📄 Description
Backend was creating duplicate record when the user with auth=email already existed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.