Skip to content

Commit 3fbad60

Browse files
committed
Reject TODO.
This would require to take the type apart in the individual actions again, and doing so without handing the context for the entire effect to every action seems to get too boilerplaty.
1 parent 077b8d8 commit 3fbad60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/wire-subsystems/src/Wire/AuthenticationSubsystem/Interpreter.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ interpretAuthenticationSubsystem ::
6767
Member TinyLog r,
6868
Member HashPassword r,
6969
Member SessionStore r,
70-
-- TODO: Make a config type to unify these inputs
7170
Member (Input (Local ())) r,
7271
Member (Input (Maybe AllowlistEmailDomains)) r,
7372
Member (Input ZAuthEnv) r,

0 commit comments

Comments
 (0)