Skip to content

Commit

Permalink
Always (re)set the username
Browse files Browse the repository at this point in the history
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
  • Loading branch information
Murderlon and mifi authored Jun 28, 2023
1 parent 5a39a16 commit 7a90f9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default class ProviderView extends View {
}

path = res.nextPagePath
this.username ??= res.username
if (res.username) this.username = res.username
this.setLoading(this.plugin.uppy.i18n('addedNumFiles', { numFiles: files.length + folders.length }))
}

Expand Down

0 comments on commit 7a90f9b

Please sign in to comment.