Skip to content

Commit

Permalink
Revert "[ISSUES #11601]Auth check fix" (#11671)
Browse files Browse the repository at this point in the history
  • Loading branch information
KomachiSion authored Jan 17, 2024
1 parent 51fa941 commit f5d72a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public AuthConfigs() {
*/
@PostConstruct
public void validate() throws NacosException {
if (!authEnabled || EnvUtil.getStandaloneMode()) {
if (!authEnabled) {
return;
}
if (StringUtils.isEmpty(nacosAuthSystemType)) {
Expand Down

0 comments on commit f5d72a3

Please sign in to comment.