Skip to content

Commit 597a367

Browse files
authored
Merge pull request #1605 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-9.8.2
Chore(deps): Bump @nextcloud/vue from 9.8.0 to 9.8.2
2 parents 74e7f68 + 0c6fc1a commit 597a367

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

lib/Listener/UserChangedListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function handle(Event $event): void {
4747
return;
4848
}
4949

50-
$userId = (string)$user->getUID();
50+
$userId = $user->getUID();
5151
$guestEmail = $this->config->getUserValue($userId, Application::APP_ID, 'email', strtolower($userId));
5252
if ($event->getValue() === $guestEmail) {
5353
return;

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@nextcloud/logger": "^3.0.3",
5959
"@nextcloud/router": "^3.1.0",
6060
"@nextcloud/sharing": "^0.4.0",
61-
"@nextcloud/vue": "^9.8.0",
61+
"@nextcloud/vue": "^9.8.2",
6262
"email-validator": "^2.0.4",
6363
"vue": "^3.5.30",
6464
"vue-material-design-icons": "^5.3.1"

0 commit comments

Comments
 (0)