Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wstrange committed Jan 26, 2012
1 parent b4f9996 commit 80feaff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cloauth/views/client.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns cloauth.views.client
"Cliet
"Client Views"
(:require [noir.response :as resp]
[noir.session :as session]
[cloauth.views.common :as common]
Expand Down
2 changes: 1 addition & 1 deletion src/cloauth/views/common.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[:style {:type "text/css"} "body { padding-top: 60px;} "]
])

(def admin-links [{:url "/admin" :text "Admin/Main"}
(def admin-links [{:url "/admin/user" :text "Admin/Main"}
{:url "/test" :text "Test Page"}
])

Expand Down
3 changes: 2 additions & 1 deletion todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ client - redirectUri - could be a collection

implement caching of scope uri lookup

/user/profile management
Remember original request on redirect to login page

client: Edit client, edit redirect URL

0 comments on commit 80feaff

Please sign in to comment.