summaryrefslogtreecommitdiff
path: root/src/site.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/site.clj')
-rw-r--r--src/site.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site.clj b/src/site.clj
index 8342a09..3a8ecd3 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -303,8 +303,8 @@
(let [expiration (ms-in-future *login-token-expiry*)]
(set-cookie *login-token-key*
(encode-login-token nick hash expiration)
- :expires
- (gmt-string (new Date expiration)))))
+ :expires (gmt-string (new Date expiration))
+ :domain ".dump.fm")))
;; Landing