mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
fix: test & lint
This commit is contained in:
@@ -39,5 +39,4 @@ export default function SignIn(props: SignInProps) {
|
||||
SignIn.PreviewProps = {
|
||||
url: 'https://app.affine.pro/magic-link?token=123456&email=test@test.com',
|
||||
otp: '123456',
|
||||
serverName: 'AFFiNE Cloud',
|
||||
};
|
||||
|
||||
@@ -39,5 +39,4 @@ export default function SignUp(props: SignUpProps) {
|
||||
SignUp.PreviewProps = {
|
||||
url: 'https://app.affine.pro/magic-link?token=123456&email=test@test.com',
|
||||
otp: '123456',
|
||||
serverName: 'AFFiNE Cloud',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user