Skip to content

Commit 45f5217

Browse files
typo fix
1 parent 1b65daf commit 45f5217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurator/backend/handlers/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type LocalAuthorizator interface {
5050
GetUserIDByEmail(ctx context.Context, userEmail string) (string, error)
5151
}
5252

53-
type CloudAuthorizator interface{}
53+
type CloudAuthorizator interface {}
5454

5555
type SSOProvider interface {
5656
Name() string

0 commit comments

Comments
 (0)