mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix leftovers
This commit is contained in:
parent
e9beba4122
commit
eedd7c382b
3 changed files with 4 additions and 4 deletions
|
|
@ -74,7 +74,7 @@ use Appwrite\Auth\OAuth2;
|
|||
// Reference Material
|
||||
// [DOCS FROM OAUTH PROVIDER]
|
||||
|
||||
class Discord extends OAuth2
|
||||
class [PROVIDER NAME] extends OAuth2
|
||||
{
|
||||
private string $endpoint = '[ENDPOINT API URL]';
|
||||
protected array $user = [];
|
||||
|
|
@ -192,7 +192,7 @@ First of all, commit the changes with the message `Added XXX OAuth2 Provider` an
|
|||
|
||||
## 🤕 Stuck ?
|
||||
|
||||
If you need any help with the contribution, feel free to head over to [our discord channel](https://appwrite.io/discord) and we'll be happy to help you out.
|
||||
If you need any help with the contribution, feel free to head over to [our Discord channel](https://appwrite.io/discord) and we'll be happy to help you out.
|
||||
|
||||
## 😉 Need more freedom
|
||||
|
||||
|
|
|
|||
|
|
@ -254,4 +254,4 @@ First of all, commit the changes with the message `Added XXX Runtime` and push i
|
|||
|
||||
##  Stuck ?
|
||||
|
||||
If you need any help with the contribution, feel free to head over to [our discord channel](https://appwrite.io/discord) and we'll be happy to help you out.
|
||||
If you need any help with the contribution, feel free to head over to [our Discord channel](https://appwrite.io/discord) and we'll be happy to help you out.
|
||||
|
|
|
|||
|
|
@ -179,4 +179,4 @@ If you can see countries names translated, everything works, and you are ready f
|
|||
First of all, commit the changes with the message `Added YYY translations` where `YYY` is the translated language and push it. This will publish a new branch to your forked version of Appwrite. If you visit it at `github.com/YOUR_USERNAME/appwrite`, you will see a new alert saying you are ready to submit a pull request. Follow the steps GitHub provides, and at the end, you will have your pull request submitted.
|
||||
|
||||
## 🤕 Stuck ?
|
||||
If you need any help with the contribution, feel free to head over to [our discord channel](https://appwrite.io/discord) and we'll be happy to help you out.
|
||||
If you need any help with the contribution, feel free to head over to [our Discord channel](https://appwrite.io/discord) and we'll be happy to help you out.
|
||||
|
|
|
|||
Loading…
Reference in a new issue