Skip to content

Conversation

@digitalnomad91
Copy link
Member

No description provided.

…-with-google-oauth' into merge-nightly-workflow-and-global-error-and-new-login-screen
// Create default config if it doesn't exist
function ensureConfigExists() {
if (!fs.existsSync(CONFIG_FILE)) {
fs.writeFileSync(CONFIG_FILE, JSON.stringify(DEFAULT_CONFIG, null, 2));

Check failure

Code scanning / CodeQL

Potential file system race condition High

The file may have changed since it
was checked
.
}

// Write the modified file
fs.writeFileSync(mainActivityPath, mainActivityContent);

Check failure

Code scanning / CodeQL

Potential file system race condition High

The file may have changed since it
was checked
.
…m environment values

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@digitalnomad91 digitalnomad91 merged commit 27ec7a9 into main Aug 18, 2025
6 of 7 checks passed
digitalnomad91 added a commit that referenced this pull request Sep 19, 2025
…global-error-and-new-login-screen

Merge nightly workflow and global error and new login screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants