Add microsoft todo migration cases & logo
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2020-12-17 23:41:49 +01:00
parent c400509635
commit f836b68286
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
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'})
}