移除openlist token的输入
このコミットが含まれているのは:
@@ -26,7 +26,7 @@ export async function GET(request: NextRequest) {
|
||||
const config = await getConfig();
|
||||
const openListConfig = config.OpenListConfig;
|
||||
|
||||
if (!openListConfig || !openListConfig.URL || !openListConfig.Token) {
|
||||
if (!openListConfig || !openListConfig.URL || !openListConfig.Username || !openListConfig.Password) {
|
||||
throw new Error('OpenList 未配置');
|
||||
}
|
||||
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする