We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f17b1 commit cde7ff8Copy full SHA for cde7ff8
coderd/userauth.go
@@ -23,6 +23,7 @@ import (
23
"github.com/coder/coder/coderd/database/dbauthz"
24
"github.com/coder/coder/coderd/httpapi"
25
"github.com/coder/coder/coderd/httpmw"
26
+ "github.com/coder/coder/coderd/rbac"
27
"github.com/coder/coder/coderd/userpassword"
28
"github.com/coder/coder/codersdk"
29
)
0 commit comments