[identity] Localize MFA options#999
Merged
Merged
Conversation
* [identity-ui] migrated from Gulp to Vite for faster build times and modern tooling. * fix identity-ui review comments for vite migration Agent-Logs-Url: https://github.com/indice-co/Indice.Platform/sessions/fc9dbdf6-d495-4c21-a5dd-ce67d12f1a0a Co-authored-by: cleftheris <1777633+cleftheris@users.noreply.github.com> * clean up vite.config.js --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: cleftheris <1777633+cleftheris@users.noreply.github.com>
Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 2.2.0 to 2.3.2. - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/vite-plugin-static-copy@2.3.2/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@2.2.0...vite-plugin-static-copy@2.3.2) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-version: 2.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…996) Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.0 to 12.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.0...v12.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 12.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Constantinos Leftheris <c.leftheris@indice.gr>
) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.11 to 6.4.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) * Update GetCaseById to return nullable and handle not found Changed GetCaseById to return Task<Case?>, updated all usages to handle nulls, and modified endpoint to return 404 when case is not found. Improves null safety and API robustness. * Bump Cases component version to .3 in Directory.Build.props Updated VersionPrefixCases from .2 to .3 to reflect recent changes in the Cases component. No other component versions were modified. * Clarify GetCaseById nullability and clean up checks Updated XML docs for GetCaseById to specify null result when no case is found. Removed redundant null checks and exception in PatchCaseData. Eliminated unnecessary null-forgiving operator in GetCaseById implementation. --------- Co-authored-by: Constantinos Leftheris <c.leftheris@indice.gr>
Contributor
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
travlos
merged commit Apr 20, 2026
f66447c
into
feature/identity/mfa-multilingual
15 of 16 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Localize MFA options