Move TOTP secrets to a dedicated entry field (breaks sshyp entry format compatibility)

This commit is contained in:
2024-05-21 19:21:42 -04:00
parent ca7633d791
commit c2f6023cbe
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func Rename(oldLocation string, newLocation string) {
fmt.Println(AnsiError + "Failed to rename - does the target containing directory exists?" + AnsiReset)
}
// TODO If in online mode, rename oldLocation to newLocation on the server
// TODO implement synced renaming
os.Exit(0)
}