feat(users): add reset password functionality for users and implement forgot password page
This commit is contained in:
@@ -73,7 +73,6 @@ const DeviceAlarmList = ({ thingId }: DeviceAlarmListProps) => {
|
||||
icon={<CheckOutlined />}
|
||||
type="dashed"
|
||||
className="green-btn"
|
||||
style={{ color: 'green', borderColor: 'green' }}
|
||||
size="small"
|
||||
onClick={() => setAlarmConfirmed(entity)}
|
||||
></Button>
|
||||
|
||||
Reference in New Issue
Block a user