Skip to content

Commit

Permalink
Update src/scripts/disable-openid.js
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
lelemm and coderabbitai[bot] authored Dec 19, 2024
1 parent 191247b commit 39da3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/disable-openid.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
import { promptPassword } from '../util/prompt.js';

if (needsBootstrap()) {
console.log('OpenId already disabled!');
console.log('System needs to be bootstrapped first. Please set up the server before managing OpenID.');

Check failure on line 9 in src/scripts/disable-openid.js

View workflow job for this annotation

GitHub Actions / lint

Replace `'System·needs·to·be·bootstrapped·first.·Please·set·up·the·server·before·managing·OpenID.'` with `⏎····'System·needs·to·be·bootstrapped·first.·Please·set·up·the·server·before·managing·OpenID.',⏎··`

process.exit(1);
} else {
Expand Down

0 comments on commit 39da3b1

Please sign in to comment.