mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
Fix: resolve some silly frontend test things
This commit is contained in:
parent
073c42984a
commit
e78d758656
3 changed files with 2 additions and 3 deletions
|
|
@ -66,8 +66,6 @@ export class MailComponent
|
|||
.subscribe({
|
||||
next: (r) => {
|
||||
this.mailAccounts = r.results
|
||||
console.log(this.mailAccounts, this.oAuthAccountId)
|
||||
|
||||
if (this.oAuthAccountId) {
|
||||
this.editMailAccount(
|
||||
this.mailAccounts.find(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue