1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 10:23:39 +02:00

Remove bad api call

This commit is contained in:
Arne Schlüter 2018-10-09 11:44:46 +02:00
commit c79f06cbd5

View file

@ -36,8 +36,6 @@
[(re-frame/inject-cofx :store)]
initialize-app)
(re-frame/dispatch [:api/request "getUser" {:username "arne"}])
(defn verify-credentials
"Initializes the whole authentication chain when we have locally stored
credentials that look plausible."