Add Microsoft Todo migration #339

Merged
konrad merged 2 commits from feature/microsoft-todo-migration into master 2020-12-18 11:12:20 +00:00
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -37,6 +37,10 @@ export default {
this.name = 'Trello'
this.identifier = 'trello'
break
case 'microsoft-todo':
this.name = 'Microsoft Todo'
this.identifier = 'microsoft-todo'
break
default:
router.push({name: '404'})
}