disable directly setting PAT_1 in frontend

This commit is contained in:
martin-mfg
2025-10-08 14:28:50 +02:00
parent 25a1a81332
commit 44d5b29ee5
+1 -1
View File
@@ -149,7 +149,7 @@ const HomeScreen = () => {
}
};
const ghToken = prompt('input GitHub token:');
process.env['PAT_1'] = ghToken;
// process.env['PAT_1'] = ghToken;
await testEndpoint('/api/status/pat-info');
await testEndpoint('/api/status/up');
await testEndpoint('/api?username=martin-mfg');