[Fix](auth) fix some problem of skip_localhost_auth_check in FE config #18996

This commit is contained in:
WenYao
2023-04-25 09:10:01 +08:00
committed by GitHub
parent 171a194070
commit fd4576e420
3 changed files with 3 additions and 3 deletions

View File

@ -2147,7 +2147,7 @@ public class Config extends ConfigBase {
* If true, auth check will be disabled. The default value is false.
* This is to solve the case that user forgot the password.
*/
@ConfField(mutable = true)
@ConfField(mutable = false)
public static boolean skip_localhost_auth_check = false;
}