diff options
author | Emile <git@emile.space> | 2024-08-16 23:20:50 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-08-16 23:20:50 +0200 |
commit | cb9cc3e5a627834bcfefe7a9c3e2098fb5898278 (patch) | |
tree | 14c02a0db420896adf407c3d51dc38f4d8009e10 | |
parent | 30227234e731dd1f7a432f8efe9a619850849445 (diff) |
removed the salt const, as we read the salt via env vars
-rw-r--r-- | src/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.go b/src/main.go index 442f973..65a3212 100644 --- a/src/main.go +++ b/src/main.go @@ -17,8 +17,6 @@ var databasePath string var sessiondbPath string var templatesPath string -const salt = "oogha3AiH7taimohreeH8Lexoonea5zi" - var ( globalState *State ) |