> We can add a message to the login page that you're already logged in. And if
> there's a referrer, we can add a link to that page.
That is a good solution, given the fact the current behavior is useful to some
people.
> Quite this is behaving as intended but the user has changed context behin
I have generated a PR to fix this issue. Please review and provide your
valuable feedback
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/5431#issuecomment-2564004320
You are receiving this because you are subscribed to this thr
I have tried to fix the accessibility issue.
Instead of click here, resend the confirmation email message has been used
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/5445
-- Commit Summary --
* Accessibility issue
@nertc commented on this pull request.
> +:substack => %r{substack\.com/@([a-zA-Z0-9_-]+)},
+:telegram => %r{t\.me/([a-zA-Z0-9_]+)},
+:threads => %r{threads\.net/@([a-zA-Z0-9_]+)},
+:tiktok => %r{tiktok\.com/@([a-zA-Z0-9_]+)},
+:twitch => %r{twitch\.tv/([a-zA-Z0-9_]+)},
+
@nertc commented on this pull request.
> @@ -40,6 +40,21 @@
+
+<%= t ".social_links.legend" %>
+
+ <%= f.fields_for :social_links do |social_link_form| %>
+
+ <%= social_link_form.text_field :url, :hide_label => true,
:wrapper_class => "col-sm-8" %>
+