[PR #1367] [MERGED] Use UserService to manage emailVerified #2853

Closed
opened 2025-11-26 23:25:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1367
Author: @eliykat
Created: 4/14/2021
Status: Merged
Merged: 4/15/2021
Merged by: @eliykat

Base: masterHead: send-verify-email-fix


📝 Commits (1)

  • ca6edd1 Use UserService to manage emailVerified

📊 Changes

4 files changed (+21 additions, -3 deletions)

View changed files

📝 src/App/Pages/Send/SendAddEditPageViewModel.cs (+1 -3)
📝 src/Core/Abstractions/IUserService.cs (+2 -0)
📝 src/Core/Services/SyncService.cs (+1 -0)
📝 src/Core/Services/UserService.cs (+17 -0)

📄 Description

Objective

Refactor to match the logic here, so that we're consistent across clients: https://github.com/bitwarden/jslib/pull/344


🔄 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/bitwarden/android/pull/1367 **Author:** [@eliykat](https://github.com/eliykat) **Created:** 4/14/2021 **Status:** ✅ Merged **Merged:** 4/15/2021 **Merged by:** [@eliykat](https://github.com/eliykat) **Base:** `master` ← **Head:** `send-verify-email-fix` --- ### 📝 Commits (1) - [`ca6edd1`](https://github.com/bitwarden/android/commit/ca6edd15eaf3204a9a4e53fae65f15b7b0d0c066) Use UserService to manage emailVerified ### 📊 Changes **4 files changed** (+21 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Send/SendAddEditPageViewModel.cs` (+1 -3) 📝 `src/Core/Abstractions/IUserService.cs` (+2 -0) 📝 `src/Core/Services/SyncService.cs` (+1 -0) 📝 `src/Core/Services/UserService.cs` (+17 -0) </details> ### 📄 Description ## Objective Refactor to match the logic here, so that we're consistent across clients: https://github.com/bitwarden/jslib/pull/344 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:25:01 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2853