mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
Update oauth.md (#8794)
Removed closing brackets from oauth redirect URIs.
This commit is contained in:
parent
7db07bbe61
commit
a4f805e99b
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ Before enabling OAuth in Immich, a new client application needs to be configured
|
|||
|
||||
Hostname
|
||||
|
||||
- `https://immich.example.com/auth/login`)
|
||||
- `https://immich.example.com/user-settings`)
|
||||
- `https://immich.example.com/auth/login`
|
||||
- `https://immich.example.com/user-settings`
|
||||
|
||||
## Enable OAuth
|
||||
|
||||
|
|
Loading…
Reference in a new issue