From f37d8e488f61362ca932aa05b37c10dcbf2d7b4b Mon Sep 17 00:00:00 2001 From: Richard vL Date: Mon, 11 Aug 2025 18:27:10 +0200 Subject: [PATCH 1/2] fix: Added copy icons to first-login message (#5716) Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> --- frontend/pages/login.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/pages/login.vue b/frontend/pages/login.vue index 6f30539be..4fe5ac94c 100644 --- a/frontend/pages/login.vue +++ b/frontend/pages/login.vue @@ -18,10 +18,20 @@ {{ $t('user.it-looks-like-this-is-your-first-time-logging-in') }}

- {{ $t('user.username') }}: changeme@example.com + {{ $t('user.username') }}: changeme@example.com +

- {{ $t('user.password') }}: MyPassword + {{ $t('user.password') }}: MyPassword +

{{ $t('user.dont-want-to-see-this-anymore-be-sure-to-change-your-email') }} From 7926812136eec2b6295d4c985355e85b6bd5ff3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:39:36 +0000 Subject: [PATCH 2/2] chore(auto): Update pre-commit hooks (#5933) Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5979b41b..265c07bac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml exclude: "mkdocs.yml" @@ -12,7 +12,7 @@ repos: exclude: ^tests/data/ - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.7 + rev: v0.12.8 hooks: - id: ruff - id: ruff-format