[PR #1542] [MERGED] [SSO/Auto Enroll] Fixed response object typo #2953

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1542
Author: @vincentsalucci
Created: 9/17/2021
Status: Merged
Merged: 9/17/2021
Merged by: @vincentsalucci

Base: masterHead: m-fix-typo


📝 Commits (1)

  • 084d58d [SSO/Auto Enroll] Fixed response object typo

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 src/App/Pages/Accounts/SetPasswordPageViewModel.cs (+1 -1)
📝 src/Core/Models/Response/OrganizationAutoEnrollStatusResponse.cs (+1 -1)

📄 Description

Objective

Fix typo in response object for auto enroll status API

Code Changes

  • SetPasswordPageViewModel: Updated reference to boolean in response object
  • OrganizationAutoEnrollStatusResponse: Updated boolean reference to match API

🔄 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/1542 **Author:** [@vincentsalucci](https://github.com/vincentsalucci) **Created:** 9/17/2021 **Status:** ✅ Merged **Merged:** 9/17/2021 **Merged by:** [@vincentsalucci](https://github.com/vincentsalucci) **Base:** `master` ← **Head:** `m-fix-typo` --- ### 📝 Commits (1) - [`084d58d`](https://github.com/bitwarden/android/commit/084d58d1047b17bddd6a0552a90436addf272c7c) [SSO/Auto Enroll] Fixed response object typo ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Accounts/SetPasswordPageViewModel.cs` (+1 -1) 📝 `src/Core/Models/Response/OrganizationAutoEnrollStatusResponse.cs` (+1 -1) </details> ### 📄 Description ## Objective > Fix typo in response object for auto enroll status API ## Code Changes - **SetPasswordPageViewModel**: Updated reference to boolean in response object - **OrganizationAutoEnrollStatusResponse**: Updated boolean reference to match API --- <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:26:22 -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#2953