chore: Fix import rbac on userauth.go (#6205)

This commit is contained in:
Steven Masley
2023-02-14 15:57:34 +00:00
committed by GitHub
parent 51f17b1820
commit cde7ff8a2d
+1
View File
@@ -23,6 +23,7 @@ import (
"github.com/coder/coder/coderd/database/dbauthz"
"github.com/coder/coder/coderd/httpapi"
"github.com/coder/coder/coderd/httpmw"
"github.com/coder/coder/coderd/rbac"
"github.com/coder/coder/coderd/userpassword"
"github.com/coder/coder/codersdk"
)