aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-09 12:52:42 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-09 12:52:42 +0100
commita2f1f6c09441f29c033b23a421881d0952da26c6 (patch)
treec5dfcc7921f8b90f32c26786d56e3f4c484dc956 /src
parentreplace console.log with debug (diff)
downloadferdium-app-a2f1f6c09441f29c033b23a421881d0952da26c6.tar.gz
ferdium-app-a2f1f6c09441f29c033b23a421881d0952da26c6.tar.zst
ferdium-app-a2f1f6c09441f29c033b23a421881d0952da26c6.zip
Add TODO
Diffstat (limited to 'src')
-rw-r--r--src/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index 367d32a15..bbbd95353 100644
--- a/src/index.js
+++ b/src/index.js
@@ -259,6 +259,7 @@ app.on('login', (event, webContents, request, authInfo, callback) => {
259 } 259 }
260}); 260});
261 261
262// TODO: evaluate if we need to store the authCallback for every service
262ipcMain.on('feature-basic-auth-credentials', (e, { user, password }) => { 263ipcMain.on('feature-basic-auth-credentials', (e, { user, password }) => {
263 debug('Received basic auth credentials', user, '********'); 264 debug('Received basic auth credentials', user, '********');
264 265