diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-12-27 13:34:56 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-12-27 13:37:47 -0800 |
| commit | 2a9faab3de7648344dcc1973a71ada8125c0afa3 (patch) | |
| tree | a6fd29a8d4ea62aaf17fdf214535dbdbb1c00d50 /internal/config/config.go | |
| parent | Update finditer (diff) | |
| download | roseh.moe-2a9faab3de7648344dcc1973a71ada8125c0afa3.tar.zst | |
Add Google Authenticator
Diffstat (limited to 'internal/config/config.go')
| -rw-r--r-- | internal/config/config.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/config/config.go b/internal/config/config.go new file mode 100644 index 0000000..d404e12 --- /dev/null +++ b/internal/config/config.go @@ -0,0 +1,7 @@ +package config + +type SecretsConfig struct { + NotepadPassword []byte + SecretKey []byte + AuthKey []byte +} |
