fix: test & lint

This commit is contained in:
DarkSky
2026-07-05 03:52:33 +08:00
parent 296a4c2f81
commit 06a89d478e
2 changed files with 0 additions and 2 deletions
@@ -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',
};