Bump dependencies (rcw hardening)

This commit is contained in:
2026-02-13 18:23:38 -05:00
parent 273e86d97e
commit f9aeca5ba9
12 changed files with 46 additions and 48 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ func TOTPCopier(secret string, errorChan chan<- error, done <-chan bool) {
if firstRun && err != nil {
errorChan <- err
}
err = CopyString(false, token)
err = CopyBytes(false, []byte(token))
if firstRun {
if err != nil {
errorChan <- err