This commit is contained in:
2023-04-01 16:16:07 +11:00
parent 7184eba5f3
commit b19aeeb30d
5 changed files with 46 additions and 352 deletions

View File

@@ -43,6 +43,7 @@ func StoreSecret(c *gin.Context) {
// Encrypt secret
s.Secret = input.SecretValue
s.EncryptSecret()
_, err = s.SaveSecret()