about summary refs log tree commit diff
path: root/src/main.go
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-08-16 23:20:50 +0200
committerEmile <git@emile.space>2024-08-16 23:20:50 +0200
commitcb9cc3e5a627834bcfefe7a9c3e2098fb5898278 (patch)
tree14c02a0db420896adf407c3d51dc38f4d8009e10 /src/main.go
parent30227234e731dd1f7a432f8efe9a619850849445 (diff)
removed the salt const, as we read the salt via env vars
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go2
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
 )