Skip to content
Snippets Groups Projects
Commit ba85c56d authored by Cam Saul's avatar Cam Saul
Browse files

Remove duplicate method

parent 77c019fb
Branches
Tags
No related merge requests found
......@@ -64,13 +64,6 @@
((get-method create-session! :sso) session-type user))
(s/defmethod create-session! :password
[session-type, user :- CreateSessionUserInfo]
;; this is actually the same as `create-session!` for `:sso` for CE. Resist the urge to refactor this multimethod
;; out impl is a little different in EE.
((get-method create-session! :sso) session-type user))
;;; ## API Endpoints
(def ^:private login-throttlers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment