💄 style: Update node secret UI and add telephone code field to authentication form

This commit is contained in:
web@ppanel
2025-01-16 12:13:44 +07:00
parent 1cdb7e7872
commit 770932e957
2 changed files with 11 additions and 7 deletions
+1
View File
@@ -23,6 +23,7 @@ export default function PhoneAuthForm() {
telephone: '',
telephone_area_code: '1',
password: '',
telephone_code: '',
});
const handleFormSubmit = async (params: any) => {