@niledatabase/server 4.0.0-alpha.16 → 4.0.0-alpha.17

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/dist/index.js CHANGED
@@ -2378,7 +2378,7 @@ var Api = class {
2378
2378
  this.routes.USERS,
2379
2379
  this.routes.TENANTS,
2380
2380
  this.routes.SESSION,
2381
- this.routes.SIGNIN,
2381
+ `${this.routes.SIGNIN}/{provider}`,
2382
2382
  this.routes.PASSWORD_RESET,
2383
2383
  this.routes.PROVIDERS,
2384
2384
  this.routes.CSRF,