adminforth 1.2.5 → 1.2.7

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": "adminforth",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -645,7 +645,7 @@ export type BeforeLoginConfirmationFunction = (params?: {
645
645
  ok:boolean,
646
646
  error?:string,
647
647
  body: {
648
- redirectTo?: 'string',
648
+ redirectTo?: string,
649
649
  allowedLogin?: boolean,
650
650
  }
651
651
  }>;