minor comment change

beta
Philippe Pittoli 2024-02-15 00:50:20 +01:00
parent 871e4ad4b3
commit 6cda323c9f
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
module App.AuthenticationDaemonAdminInterface where
{- Administration interface for the authentication daemon.
This interface should allow to:
- TODO: add, remove, search, validate users
- TODO: raise a user to admin
- TODO: list users (getting them slowly, otherwise it will cause problems with thousands of logins)
-}
module App.AuthenticationDaemonAdminInterface where
import Prelude (Unit, bind, discard, not, pure, show, ($), (<<<), (<>))