KelvinP

Results 2 issues of KelvinP

### Description Can't use AccessToken Model stored in redis datasource. Actually, we can store the access_token datas in database, but it loses the relation to User model. ### Lines cause...

In electron-react-boilerplate, I follow your code to this: ~~~javascript ipcMain.on('reminders', (event, arg) => { console.log("Attempting to create notification"); const notification = notifier.notify('Calendar', arg) notification.on('buttonClicked', (text, buttonIndex, options) => { if...