Compare commits

..

No commits in common. "5876b0ebe361ddd97aaf143dccc5af0da72d4846" and "02c5079e313f824fcbf53a886c0949cf1224ca6e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import (
email "git.tilde.town/tildetown/town/email"
)
const pwLetters = "!@#$%^&*()[]{}:;,.<>/?abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890"
const pwLetters = "!@#$%^&*() []{}:;,.<>/?abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890"
func ProcessGitea(rp string) error {
apiToken := os.Getenv("GITEA_TOKEN")