@rpcbase/client 0.76.0 → 0.77.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.
@@ -69,8 +69,8 @@ const ForgotPassword = ({name, logo}) => {
69
69
  <h1 className="h4 mt-3 mb-3 fw-normal">Reset your password</h1>
70
70
 
71
71
  {isSuccess && (
72
- <p className="text-success">
73
- Success. If there is an account associated with this email, you will receive a password reset link in your inbox.
72
+ <p className="text-success text-start">
73
+ If there is an account linked to this email, instructions to reset the password will be sent shortly
74
74
  </p>
75
75
  )}
76
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/client",
3
- "version": "0.76.0",
3
+ "version": "0.77.0",
4
4
  "scripts": {
5
5
  "build-firebase": "webpack -c firebase/webpack.config.js",
6
6
  "build": "yarn build-firebase",