@riligar/auth-react 1.25.0 → 1.27.0
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.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1274,7 +1274,6 @@ function SignIn({
|
|
|
1274
1274
|
style: {
|
|
1275
1275
|
cursor: 'pointer'
|
|
1276
1276
|
},
|
|
1277
|
-
c: loadingResetPassword ? 'dimmed' : 'blue',
|
|
1278
1277
|
children: loadingResetPassword ? labels.sendingReset || 'Enviando...' : labels.forgotPassword || 'Esqueceu a senha?'
|
|
1279
1278
|
}), /*#__PURE__*/jsx(Button, {
|
|
1280
1279
|
type: "submit",
|