Skip to content

Commit

Permalink
fixup! pam: Add PAM native model implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jun 26, 2024
1 parent 12e11c3 commit 2bfcbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pam/internal/adapter/nativemodel.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (m *nativeModel) Init() tea.Cmd {
{
Type: "qrcode",
Content: &required,
Code: &required,
Code: &optional,
Wait: &requiredWithBooleans,
Label: &optional,
Button: &optional,
Expand Down

0 comments on commit 2bfcbef

Please sign in to comment.