From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- src/features/basicAuth/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/features/basicAuth/index.ts') diff --git a/src/features/basicAuth/index.ts b/src/features/basicAuth/index.ts index 8e8fa186c..dd02a3bdc 100644 --- a/src/features/basicAuth/index.ts +++ b/src/features/basicAuth/index.ts @@ -2,14 +2,14 @@ import { AuthInfo, BrowserWindow, ipcRenderer } from 'electron'; import { state as ModalState } from './store'; -const debug = require('debug')('Ferdi:feature:basicAuth'); +const debug = require('debug')('Ferdium:feature:basicAuth'); const state = ModalState; export default function initialize() { debug('Initialize basicAuth feature'); - window['ferdi'].features.basicAuth = { + window['ferdium'].features.basicAuth = { state, }; -- cgit v1.2.3-70-g09d2