master
icechen 2022-02-24 03:51:45 +08:00
parent 5a1c0cfffb
commit 8c78b93e6e
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import Telegram, {
uploadBigFile, uploadBigFile,
} from "../../telegram/telegram"; } from "../../telegram/telegram";
function Signin() { function SignIn() {
let [phone, setPhone] = useState(""); let [phone, setPhone] = useState("");
let [code, setCode] = useState(""); let [code, setCode] = useState("");
let [phoneCodeHash, setPhoneCodeHash] = useState(""); let [phoneCodeHash, setPhoneCodeHash] = useState("");
@ -181,4 +181,4 @@ function Signin() {
); );
} }
export default Signin; export default SignIn;