Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Nov 22, 2024
1 parent ce140be commit a428730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/storage/controller/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewAuthDatabase(cache cache.TokenModel, accessSecret string, accessExpire i
return &authDatabase{cache: cache, accessSecret: accessSecret, accessExpire: accessExpire, multiLogin: multiLoginConfig{
Policy: multiLogin.Policy,
MaxNumOneEnd: multiLogin.MaxNumOneEnd,
},
}, adminUserIDs: adminUserIDs,
}
}

Expand Down

0 comments on commit a428730

Please sign in to comment.