update add login modules
This commit is contained in:
@@ -15,7 +15,6 @@ const useCreateLoginQRCode = (config: Config) => {
|
||||
margin: 1,
|
||||
width: 300,
|
||||
};
|
||||
const [state, setState] = useState('');
|
||||
let timer = useRef<any>(null);
|
||||
const loginUrl = config?.wxmpLogin?.loginUrl || '';
|
||||
if (!loginUrl) {
|
||||
|
||||
Reference in New Issue
Block a user