From 886386514cdbfd8a56248062fbfc2c6ec3ef406d Mon Sep 17 00:00:00 2001 From: Lkeme <19500576+lkeme@users.noreply.github.com> Date: Sun, 8 Jan 2023 18:42:32 +0800 Subject: [PATCH] [fix] docker option 1 string does not match --- profile/example/config/user.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/example/config/user.ini b/profile/example/config/user.ini index aacf34b..50ac429 100644 --- a/profile/example/config/user.ini +++ b/profile/example/config/user.ini @@ -14,8 +14,8 @@ version = 0.0.1 ; 帐号/密码 [login_account] -username = -password = +username = "" +password = "" ; 登录模式/[1.账密模式 2.短信验证码模式 3.扫码模式 4.行为验证码模式(暂未开放)] [login_mode]