Skip to content

Commit c508ed0

Browse files
author
gabino
committed
Remove unmasked characters length from OTP secret logging
1 parent 1b24464 commit c508ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuenca/resources/otps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Otp(Creatable):
1111
_resource: ClassVar = 'otps'
12-
secret: Annotated[str, LogConfig(masked=True, unmasked_chars_length=4)]
12+
secret: Annotated[str, LogConfig(masked=True)]
1313

1414
model_config = ConfigDict(
1515
json_schema_extra={

0 commit comments

Comments
 (0)