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:
parent
9f5ff05101
commit
d782b49b94
7 changed files with 70 additions and 8 deletions
|
|
@ -2,6 +2,6 @@
|
|||
(:require [re-frame.core :as re-frame]))
|
||||
|
||||
(re-frame/reg-sub
|
||||
::name
|
||||
::login
|
||||
(fn [db]
|
||||
(:name db)))
|
||||
(:login db)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue