mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 22:01:39 +02:00
✨ Make frontend use new cmd based repo methods for comments queries
This commit is contained in:
parent
173f0d68bb
commit
0b3d25a890
5 changed files with 31 additions and 27 deletions
|
@ -127,6 +127,10 @@
|
|||
([id] (command id {}))
|
||||
([id params] (command id params)))
|
||||
|
||||
(defn cmd!
|
||||
([id] (command id {}))
|
||||
([id params] (command id params)))
|
||||
|
||||
(defmethod command :login-with-oidc
|
||||
[_ {:keys [provider] :as params}]
|
||||
(let [uri (u/join base-uri "api/auth/oauth/" (d/name provider))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue