Merge pull request #15 from ChristophWurst/remove-app-type

remove app type to allow enabling for groups
This commit is contained in:
Christoph Wurst 2016-06-09 14:52:41 +02:00
Родитель 0efa2f88df 3363d2b4d3
Коммит c057435b46
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -5,12 +5,9 @@
<description>A Two-Factor-Auth Provider for TOTP (e.g. Google Authenticator) for ownCloud 9.1</description>
<licence>AGPL</licence>
<author>Christoph Wurst</author>
<version>0.2</version>
<version>0.2.1</version>
<namespace>TwoFactor_Totp</namespace>
<category>other</category>
<types>
<authentication/>
</types>
<two-factor-providers>
<provider>OCA\TwoFactor_Totp\Provider\TotpProvider</provider>