chore: apply requested PR changes and fix CI

This commit is contained in:
Ralph Khreish
2025-10-15 16:48:10 +02:00
parent 01cbbe97f2
commit b11dacece9
6 changed files with 41 additions and 40 deletions

View File

@@ -35,7 +35,7 @@ vi.mock('./credential-store.js', () => {
}
saveCredentials() {}
clearCredentials() {}
hasValidCredentials() {
hasCredentials() {
return false;
}
}