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

Implement authentication

This commit is contained in:
Arne Schlüter 2018-04-18 01:30:25 +02:00
commit d782b49b94
7 changed files with 70 additions and 8 deletions

View file

@ -2,6 +2,6 @@
(:require [re-frame.core :as re-frame]))
(re-frame/reg-sub
::name
::login
(fn [db]
(:name db)))
(:login db)))