Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix two factor provider tags to match with the example app https://gi…
  • Loading branch information
Bernhard Posselt committed Aug 4, 2016
commit 716834b16ced9f92ed02e949eeda5d22b737323a
2 changes: 1 addition & 1 deletion docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ A full blown example would look like this (needs to be utf-8 encoded):
</uninstall>
</repair-steps>
<two-factor-providers>
<two-factor-provider>OCA\AuthF\TwoFactor\Provider</two-factor-provider>
<provider>OCA\AuthF\TwoFactor\Provider</provider>
</two-factor-providers>
</info>

Expand Down