handle reactour for recipients,pdf loading, resolve warnings

This commit is contained in:
RaktimaNXG
2023-10-30 16:31:21 +05:30
parent b8cebe5368
commit b75016aaa0
10 changed files with 1079 additions and 1019 deletions
@@ -1,5 +1,4 @@
import React, { useState } from "react";
import signLogo from "../assests/mailLogo.png";
import "../css/LoginPage.css";
import loader from "../assests/loader2.gif";
import axios from "axios";
@@ -9,7 +8,7 @@ import { useEffect } from "react";
import { useNavigate } from "react-router-dom";
// import { useHistory } from "react-router-dom/cjs/react-router-dom.min";
function Login() {
const { id, userMail, serverUrl,serverId } = useParams();
const { id, userMail, serverUrl } = useParams();
let navigate = useNavigate();
// const history = useHistory();