mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 17:55:24 +00:00
fix: 邀请id
This commit is contained in:
@@ -57,7 +57,7 @@ const RegisterForm = ({ setPageType, loginSuccess }: Props) => {
|
||||
username,
|
||||
code,
|
||||
password,
|
||||
inviterId
|
||||
inviterId: inviterId || localStorage.getItem('inviterId') || ''
|
||||
})
|
||||
);
|
||||
toast({
|
||||
|
Reference in New Issue
Block a user