From 2d4ee04e874e4420aa940c148c77c977188b9500 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 25 Feb 2019 16:34:18 +0100 Subject: Add dialog to share franz on social media --- src/features/basicAuth/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/features/basicAuth/index.js') diff --git a/src/features/basicAuth/index.js b/src/features/basicAuth/index.js index 00ad65ce6..89607824b 100644 --- a/src/features/basicAuth/index.js +++ b/src/features/basicAuth/index.js @@ -6,7 +6,7 @@ import BasicAuthComponent from './Component'; const debug = require('debug')('Franz:feature:basicAuth'); const defaultState = { - isModalVisible: false, + isModalVisible: true, service: null, authInfo: null, }; @@ -15,7 +15,6 @@ export const state = observable(defaultState); export function resetState() { Object.assign(state, defaultState); - console.log('reset state', state); } export default function initialize() { -- cgit v1.2.3-54-g00ecf