| 1 | import React, { useEffect, useState } from 'react'; |
| 2 | import { API, getLogo, showError, showInfo, showSuccess, getSystemName } from '../../helpers'; |
| 3 | import Turnstile from 'react-turnstile'; |
| 4 | import { Button, Card, Form, Typography } from '@douyinfe/semi-ui'; |
nothing calls this directly
no test coverage detected