Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
docs: auth small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slmatthew committed Feb 23, 2020
1 parent aed2f43 commit 7875d7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ $auth->setHost('oauth.mysuperproxyserver.dev');
* [Авторизация через официальные и проверенные приложения](official.md)
- [Использование trusted_hash](trustedhash.md)
* [Implict Flow](implict.md)
- [Для пользователей]()
- [Для сообществ]()
- [Для пользователей](implict.md#authimplictuser)
- [Для сообществ](implict.md#authimplictgroup)
* [Authorization Code Flow](codeflow.md)
- [Для пользователей]()
- [Для сообществ]()
- [Для пользователей](codeflow.md#authflowuser)
- [Для сообществ](codeflow.md#authflowgroup)

0 comments on commit 7875d7b

Please sign in to comment.