We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b65daf commit 45f5217Copy full SHA for 45f5217
configurator/backend/handlers/handlers.go
@@ -50,7 +50,7 @@ type LocalAuthorizator interface {
50
GetUserIDByEmail(ctx context.Context, userEmail string) (string, error)
51
}
52
53
-type CloudAuthorizator interface{}
+type CloudAuthorizator interface {}
54
55
type SSOProvider interface {
56
Name() string
0 commit comments