feat: update server login feature (#3004)

Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
Alex Yang
2023-07-05 11:13:20 +08:00
committed by GitHub
parent 9cd1f013f8
commit 3084c427f1
7 changed files with 127 additions and 305 deletions

View File

@@ -233,5 +233,11 @@ export interface AFFiNEConfig {
}
>
>;
email: {
server: string;
port: number;
sender: string;
password: string;
};
};
}