mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 01:29:31 +08:00
feat: init data from cloud
This commit is contained in:
@@ -61,8 +61,12 @@ export class BaseProvider {
|
||||
return this._workspace;
|
||||
}
|
||||
|
||||
static async auth(_config: Readonly<ConfigStore>, _logger: Logger) {
|
||||
throw Error('Not implemented: auth');
|
||||
static async auth(
|
||||
_config: Readonly<ConfigStore>,
|
||||
logger: Logger,
|
||||
_signals: DataCenterSignals
|
||||
) {
|
||||
logger("This provider doesn't require authentication");
|
||||
}
|
||||
|
||||
// get workspace list,return a map of workspace id and boolean
|
||||
|
||||
Reference in New Issue
Block a user