Skip to content

Commit

Permalink
Merge remote-tracking branch 'utelecon/20231219-fix-mfa-initial'
Browse files Browse the repository at this point in the history
  • Loading branch information
takemar committed Dec 19, 2023
2 parents 63e392c + 35c1296 commit 3a7e802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/mfa/BaseTabSelectorButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function labelProps(selection: Selection) {
labels.fido && (
<button {...buttonProps("fido")}>
<label {...labelProps("fido")}>{labels.fido}</label>
<slot name="ms_auth" />
<slot name="fido" />
</button>
)
}
Expand Down

0 comments on commit 3a7e802

Please sign in to comment.