mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: fix #117
This commit is contained in:
parent
6ee5ceb321
commit
741d2c7a84
@ -278,9 +278,7 @@ private fun APIInfoCard(
|
||||
text = authToken,
|
||||
hint = "请填写鉴权token",
|
||||
error = "输入的参数不合法",
|
||||
checker = {
|
||||
it.length in 0 .. 36
|
||||
},
|
||||
checker = { true },
|
||||
confirm = {
|
||||
ShamrockConfig.setToken(ctx, authToken.value)
|
||||
AppRuntime.log("设置鉴权Token为[${authToken.value}]。")
|
||||
|
Loading…
x
Reference in New Issue
Block a user