Remove Microsoft integration for good

Close #583
This commit is contained in:
MM20
2023-12-23 17:00:33 +01:00
parent b901b68383
commit f2cb92dd2b
14 changed files with 0 additions and 397 deletions
@@ -93,13 +93,6 @@ internal class AccountsRepositoryImpl(
}
}
private suspend fun getMicrosoftAccount(): Account? {
return null
/*return msGraphApiHelper.getUser()?.let {
Account(it.name, AccountType.Microsoft)
}*/
}
private suspend fun getNextcloudAccount(): Account? {
return nextcloudApiHelper.getLoggedInUser()?.let {
Account(it.displayName, AccountType.Nextcloud)