mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 09:59:55 +08:00
@@ -303,7 +303,7 @@ export class UserModel extends BaseModel {
|
||||
const account = await this.db.connectedAccount.create({
|
||||
data,
|
||||
});
|
||||
this.logger.log(
|
||||
this.logger.debug(
|
||||
`Connected account ${account.provider}:${account.id} created`
|
||||
);
|
||||
return account;
|
||||
|
||||
Reference in New Issue
Block a user