Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(request_2fa_token): return push status #58

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

krzysztofdrys
Copy link
Collaborator

In request_2fa_token endpoint, return status of push notification for
each connected device.


const (
PushNotificationStatusOK = "ok"
PushNotificationStatusNoFCM = "no_fcm"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't not used

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PushNotificationStatusUnregistered = "unregistered"
)

//const name =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rm

In request_2fa_token endpoint, return status of push notification for
each connected device.
@krzysztofdrys krzysztofdrys force-pushed the chore/more-output-from-request_2fa_token branch from e14bcb3 to 1e74c02 Compare February 28, 2025 14:42
@krzysztofdrys krzysztofdrys merged commit 88c6452 into main Mar 3, 2025
1 check passed
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.

2 participants