diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-23T23·59-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-24T15·50+0000 |
commit | ed8fed5baab5f06beb5bc85b414dff58a119b7b3 (patch) | |
tree | c21c95db50e4604d0c251c7f85817f51b64eeef4 /web/panettone/default.nix | |
parent | 3ce4a6cc18b233da69b5e2e193ba88677baed34f (diff) |
feat(web/panettone): Redirect to original URI after login r/1452
Once the user authenticates, redirect them to the original URI they were trying to get to Fixes: #7 Change-Id: Id7c8cbe3547923f6c4c5faed180ea8ea6528fddd Reviewed-on: https://cl.tvl.fyi/c/depot/+/1411 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com>
Diffstat (limited to 'web/panettone/default.nix')
-rw-r--r-- | web/panettone/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/panettone/default.nix b/web/panettone/default.nix index b954bcec67ac..2de000b7e852 100644 --- a/web/panettone/default.nix +++ b/web/panettone/default.nix @@ -6,6 +6,7 @@ depot.nix.buildLisp.program { deps = with depot.third_party.lisp; [ cl-prevalence cl-who + drakma defclass-std easy-routes hunchentoot |