Skip to content

Commit 81d8819

Browse files
Update internal/conf/configuration.go
Co-authored-by: depthfirst-app[bot] <184448029+depthfirst-app[bot]@users.noreply.github.com>
1 parent 2dc6680 commit 81d8819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/conf/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ func (m *TestOTPMap) Decode(value string) error {
678678
}
679679

680680
if len(result) == 0 {
681-
return fmt.Errorf("invalid test OTP format: %s", value)
681+
return fmt.Errorf("invalid test OTP format")
682682
}
683683

684684
*m = TestOTPMap(result)

0 commit comments

Comments
 (0)