Skip to content

Commit

Permalink
Replace FIXME comment with TODO
Browse files Browse the repository at this point in the history
FIXME was causing `mix credo` to fail.
  • Loading branch information
RichDom2185 authored and chownces committed May 10, 2024
1 parent df01025 commit 72598c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cadet_web/controllers/auth_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule CadetWeb.AuthController do
}
) do
# Code is optional as SAML flow is mainly handled by backend
# FIXME: HACKY fallback for SAML (because no code is needed)
# TODO: Potentially HACKY fallback for SAML (because no code is needed)
code = Map.get(params, "code", conn)
client_id = Map.get(params, "client_id")
redirect_uri = Map.get(params, "redirect_uri")
Expand Down

0 comments on commit 72598c9

Please sign in to comment.