summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-19 12:58:06 +0300
committerAlexander_Kabui2024-09-19 12:58:06 +0300
commite5aea4e4894f956f2f731a1e135af7bb1d125a88 (patch)
tree27822512c89bf7bde49b10465f3dee9a0052bcef
parentb015a1f557be34ba10a0f098b9188946ef830856 (diff)
downloadgn-gemtext-e5aea4e4894f956f2f731a1e135af7bb1d125a88.tar.gz
Mark issue as complete: implement redirect on login.
-rw-r--r--issues/gn-auth/implement-redirect-on-login.gmi10
1 files changed, 7 insertions, 3 deletions
diff --git a/issues/gn-auth/implement-redirect-on-login.gmi b/issues/gn-auth/implement-redirect-on-login.gmi
index 2c54fce..a6faded 100644
--- a/issues/gn-auth/implement-redirect-on-login.gmi
+++ b/issues/gn-auth/implement-redirect-on-login.gmi
@@ -5,7 +5,7 @@
* assigned: alexm
* priority: medium
* status: in progress
-* keywords: gn-auth, auth, redirect, login
+* keywords: gn-auth, auth, redirect, login, completed
* type: feature-request
## Description
@@ -18,5 +18,9 @@ on the current page instead of on the homepage.
## Tasks
-* [ ] Redirect users to the login page if they are not logged in.
-* [ ] Implement a redirect to the correct resource after users log in.
+* [x] Redirect users to the login page if they are not logged in.
+* [x] Implement a redirect to the correct resource after users log in.
+
+## Notes
+See this PR for commits that fixes this:
+=> https://github.com/genenetwork/genenetwork2/pull/875