Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: process feedback Portalicious SSO #6256

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<ng-content></ng-content>
<app-form-error
[error]="mutation().isError() && mutation().failureReason()?.message"
class="mt-8"
/>
<p-button
[label]="submitButtonText()"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<app-page-layout>
<div class="flex w-full flex-col items-center justify-center">
<p-progressSpinner />
<h2 i18n>Redirecting to 121&hellip;</h2>
<p-progressSpinner
ariaLabel="Loading..."
i18n-ariaLabel="@@loading"
/>
</div>
</app-page-layout>
4 changes: 0 additions & 4 deletions interfaces/Portalicious/src/locale/messages.nl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1440,10 +1440,6 @@
<source>Payment not found. Please check the URL and try again.</source>
<target state="new">Payment not found. Please check the URL and try again.</target>
</trans-unit>
<trans-unit id="3950247133633104105" datatype="html">
<source>Redirecting to 121…</source>
<target state="new">Redirecting to 121…</target>
</trans-unit>
<trans-unit id="5255226222389200378" datatype="html">
<source>Unknown user account or authentication failed</source>
<target state="new">Unknown user account or authentication failed</target>
Expand Down
3 changes: 0 additions & 3 deletions interfaces/Portalicious/src/locale/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1082,9 +1082,6 @@
<trans-unit id="8221183084962199390" datatype="html">
<source>Payment not found. Please check the URL and try again.</source>
</trans-unit>
<trans-unit id="3950247133633104105" datatype="html">
<source>Redirecting to 121…</source>
</trans-unit>
<trans-unit id="5255226222389200378" datatype="html">
<source>Unknown user account or authentication failed</source>
</trans-unit>
Expand Down
Loading