ui-soxo-bootstrap-core 2.6.2 → 2.6.3

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.
@@ -804,12 +804,12 @@ function LoginPhone({ history, appSettings }) {
804
804
  setShowResetpassword(false);
805
805
  setExpiredPassword(false);
806
806
  }}
807
- title={expiredPassword ? 'Password Expired' : 'Forgot Password'}
808
- subtitle={
809
- expiredPassword
810
- ? 'Your password has expired. Select a preferred communication method to receive the One-Time Password (OTP) to continue.'
811
- : 'Enter your username and Select a preferred communication method to receive the One-Time Password (OTP) to continue..'
812
- }
807
+ title={expiredPassword ? 'Password Expired!' : 'Forgot Password?'}
808
+ // subtitle={
809
+ // expiredPassword
810
+ // ? 'Your password has expired. Select a preferred communication method to receive the One-Time Password (OTP) to continue.'
811
+ // : 'Enter your username and Select a preferred communication method to receive the One-Time Password (OTP) to continue..'
812
+ // }
813
813
  buttonText={expiredPassword ? 'Send Reset Link' : 'Reset Password'}
814
814
  />
815
815
  )}
@@ -99,8 +99,8 @@ function ResetPassword({ onBack, title, subtitle, buttonText, defaultUsername, d
99
99
  }}
100
100
  >
101
101
  <h3 className="password-title">{title}</h3>
102
- <p className="password-subtitle">{subtitle}</p>
103
- <Divider />
102
+ {/* <p className="password-subtitle">{subtitle}</p>
103
+ <Divider /> */}
104
104
  <Form layout="vertical" form={form} onFinish={handleSendForgetPassword}>
105
105
  <Form.Item label="Username" name="username" rules={[{ required: true, message: 'Please input your username' }]}>
106
106
  <Input placeholder="Enter your username" disabled={disabledUserName} ref={inputRef}/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-soxo-bootstrap-core",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "description": "All the Core Components for you to start",
5
5
  "keywords": [
6
6
  "all in one"