@main12/auth-login 0.3.7 → 0.3.8

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.
@@ -40,7 +40,7 @@ export default function SignupPageHero({ onSignup, showGoogleOAuth = true, login
40
40
  /*#__PURE__*/ _jsx("a", {
41
41
  href: loginUrl,
42
42
  className: "text-gray-900 font-medium hover:underline",
43
- children: "Sign in"
43
+ children: "Login"
44
44
  })
45
45
  ]
46
46
  }),
@@ -39,7 +39,7 @@ export default function SignupPage({ onSignup, showGoogleOAuth = true, loginUrl
39
39
  /*#__PURE__*/ _jsx("a", {
40
40
  href: loginUrl,
41
41
  className: "text-gray-900 font-medium hover:underline",
42
- children: "Sign in"
42
+ children: "Login"
43
43
  })
44
44
  ]
45
45
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@main12/auth-login",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Reusable Payload CMS auth plugin — login, signup, OTP, forgot password, branded emails, Powered by Main12",
5
5
  "license": "MIT",
6
6
  "type": "module",