Skip to content

Commit

Permalink
Mhv button fix (#34035)
Browse files Browse the repository at this point in the history
* mhv button oob fix

* temp fix

* just use flipper without backup
  • Loading branch information
asg5704 authored Jan 11, 2025
1 parent 0e75f39 commit 4bca4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function LoginActions({ externalApplication, isUnifiedSignIn }) {

const actionLocation = isUnifiedSignIn ? 'usip' : 'modal';
const isValid = mhv || dslogon;
const mhvButtonShouldDisplay = mhvButtonDeprecated || mhv;
const mhvButtonShouldDisplay = mhvButtonDeprecated;

return (
<div className="row">
Expand Down
2 changes: 1 addition & 1 deletion src/platform/user/authentication/config/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const defaultSignInProviders = {
};

export const legacySignInProviders = {
mhv: true,
mhv: false,
dslogon: true,
};

Expand Down

0 comments on commit 4bca4be

Please sign in to comment.