Skip to content

Commit

Permalink
update funding
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Jan 8, 2024
1 parent 252d84b commit 1798357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# These are supported funding model platforms

github: rusq
ko_fi: rusq_
patreon: rusq_nz
1 change: 1 addition & 0 deletions auth/auth_ui/huh.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func (*Huh) ConfirmationCode(email string) (int, error) {

var numChlgRE = regexp.MustCompile(`^\d{6}$`)

// valSixDigits is a validation function for confirmation code input.
func valSixDigits(s string) error {
if numChlgRE.MatchString(s) {
return nil
Expand Down

0 comments on commit 1798357

Please sign in to comment.