@ebubekirylmaz/link-test 1.1.11 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebubekirylmaz/link-test",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "exports": {
@@ -97,7 +97,7 @@ function ProjectBar() {
97
97
  const isDemo = identityProvider?.toUpperCase() === "DEMO";
98
98
 
99
99
  const request = isDemo
100
- ? oauth.post("/auth/demo", {
100
+ ? oauth.post("/oauth/demo", {
101
101
  appId,
102
102
  projectId,
103
103
  username: "admin",