diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-28 16:51:56 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-28 16:51:56 -0600 |
| commit | 059a87a80227426f854256139bbbc7309bdb6fa0 (patch) | |
| tree | ebd83f6a0f57133c9a34fffaf8c20ed6d62d9250 /app/controllers/sessions/service_test.go | |
| parent | 37adeb5437d0f62f5dbc137bb98addcb9d891238 (diff) | |
feat: redirect to login page when session is established
Diffstat (limited to 'app/controllers/sessions/service_test.go')
| -rw-r--r-- | app/controllers/sessions/service_test.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/controllers/sessions/service_test.go b/app/controllers/sessions/service_test.go new file mode 100644 index 0000000..5f270f0 --- /dev/null +++ b/app/controllers/sessions/service_test.go @@ -0,0 +1,9 @@ +package sessions + +import "testing" + +func TestService(t *testing.T) { + t.Run("Exchange", func(t *testing.T) { + + }) +} |
