()
| 355 | data-type="info" |
| 356 | className="btn btn-install" |
| 357 | onclick={async () => { |
| 358 | try { |
| 359 | await auth.login(); |
| 360 | const newButton = await Buttons(props); |
| 361 | buttonRef.el.replaceWith(newButton); |
| 362 | } catch (error) { |
| 363 | helpers.error(error); |
| 364 | } |
| 365 | }} |
| 366 | > |
| 367 | <i className="icon user-round"></i> |
| 368 | {strings.login} |
no test coverage detected