Skip to content

Commit cde7ff8

Browse files
authored
chore: Fix import rbac on userauth.go (#6205)
1 parent 51f17b1 commit cde7ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/userauth.go

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import (
2323
"github.com/coder/coder/coderd/database/dbauthz"
2424
"github.com/coder/coder/coderd/httpapi"
2525
"github.com/coder/coder/coderd/httpmw"
26+
"github.com/coder/coder/coderd/rbac"
2627
"github.com/coder/coder/coderd/userpassword"
2728
"github.com/coder/coder/codersdk"
2829
)

0 commit comments

Comments
 (0)