account-pin-block-v2 #256

Merged
lash merged 22 commits from account-pin-block-v2 into master 2025-01-08 13:30:39 +01:00
Showing only changes of commit 90df0eefc3 - Show all commits

View File

@ -8,7 +8,8 @@ import (
// Define the regex pattern as a constant
const (
pinPattern = `^\d{4}$`
pinPattern = `^\d{4}$`
AllowedPINAttempts = uint8(3)
)
// checks whether the given input is a 4 digit number