Skip to content

Commit

Permalink
fix(auth): remove direct form value mutation in SSO login (#3779)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwallacespeckle authored Jan 8, 2025
1 parent be51d29 commit 2d40640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend-2/components/auth/sso/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

<AuthSsoWorkspaceSelect
v-if="shouldShowWorkspaceSelector"
v-model="values.workspace"
:items="availableWorkspaces"
:disabled="loading"
/>
Expand Down

0 comments on commit 2d40640

Please sign in to comment.