diff --git a/IHP/LoginSupport/Helper/Controller.hs b/IHP/LoginSupport/Helper/Controller.hs index e0128c51d..541bae792 100644 --- a/IHP/LoginSupport/Helper/Controller.hs +++ b/IHP/LoginSupport/Helper/Controller.hs @@ -18,6 +18,10 @@ module IHP.LoginSupport.Helper.Controller , module IHP.AuthSupport.Authorization , module IHP.AuthSupport.Authentication , enableRowLevelSecurityIfLoggedIn +, currentRoleOrNothing +, currentRole +, currentRoleId +, ensureIsRole ) where import IHP.Prelude