Skip to content

Commit

Permalink
Merge pull request #7518 from pavinduLakshan/fix_smsotp_responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Feb 6, 2025
2 parents a526a26 + 7ae38c5 commit 21898d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/violet-melons-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/identity-apps-core": patch
---

Fix responsive issues in SMS OTP code input field
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<% } %>
<div id="alertDiv"></div>
<div class="segment-form">
<form class="ui large form" id="codeForm" name="codeForm" action="<%=commonauthURL%>" method="POST">
<form class="ui large form otp-form" id="codeForm" name="codeForm" action="<%=commonauthURL%>" method="POST">
<%
String loginFailed = request.getParameter("authFailure");
if (loginFailed != null && "true".equals(loginFailed)) {
Expand Down

0 comments on commit 21898d1

Please sign in to comment.