feat:update push
This commit is contained in:
@@ -52,7 +52,7 @@ export default function MainLogin() {
|
||||
http: authServices.login({
|
||||
username: form.username,
|
||||
password: form.password,
|
||||
deviceId: form.deviceId,
|
||||
deviceId: form.username,
|
||||
}),
|
||||
});
|
||||
},
|
||||
@@ -142,7 +142,7 @@ export default function MainLogin() {
|
||||
icon={<User size={22} />}
|
||||
/>
|
||||
|
||||
<div className="mt-5">
|
||||
{/* <div className="mt-5">
|
||||
<InputForm
|
||||
label={
|
||||
<span>
|
||||
@@ -159,7 +159,7 @@ export default function MainLogin() {
|
||||
showDone
|
||||
icon={<ShieldPlus size={22} />}
|
||||
/>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
{/* PASSWORD */}
|
||||
<div className="mt-5">
|
||||
|
||||
Reference in New Issue
Block a user