mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-08-07 15:53:57 +08:00
fix(account): route forum login through ipc
This commit is contained in:
Vendored
+4
@@ -34,6 +34,10 @@ interface IpcRendererFacade {
|
||||
// IPC channel type definitions
|
||||
declare interface IpcChannels {
|
||||
"get-app-version": () => string;
|
||||
"request-flarum-token": (payload: {
|
||||
identification: string;
|
||||
password: string;
|
||||
}) => Promise<{ token: string; userId: string }>;
|
||||
}
|
||||
|
||||
declare const __APP_VERSION__: string;
|
||||
|
||||
Reference in New Issue
Block a user