Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Nov 11, 2024
1 parent 0b0f7cb commit 0c8bfbb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/com/yetanalytics/lrs_admin_ui/handlers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@
(re-frame/reg-event-fx
:db/init
(fn [_ [_ server-host]]
{:db {::db/session {:page :credentials
:token nil #_(stor/get-item "lrs-jwt")
:username nil #_(stor/get-item "username")}
{:db {::db/session {:page :credentials
;; Token and username will be set in `:db/verify-login`
:token nil
:username nil}
::db/login {:username nil
:password nil}
::db/credentials []
Expand Down

0 comments on commit 0c8bfbb

Please sign in to comment.