Remove log
This commit is contained in:
@@ -186,7 +186,6 @@ export class MeModel {
|
|||||||
await this.rootStore.agent.com.atproto.server.listAppPasswords({})
|
await this.rootStore.agent.com.atproto.server.listAppPasswords({})
|
||||||
runInAction(() => {
|
runInAction(() => {
|
||||||
this.appPasswords = res.data.passwords
|
this.appPasswords = res.data.passwords
|
||||||
console.log('app passwords', res.data.passwords)
|
|
||||||
})
|
})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.rootStore.log.error('Failed to fetch user app passwords', e)
|
this.rootStore.log.error('Failed to fetch user app passwords', e)
|
||||||
|
|||||||
Reference in New Issue
Block a user