Skip to content

Commit

Permalink
Resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitdeepak committed Dec 2, 2024
1 parent 80f7727 commit fe10253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/service/org/moqui/impl/UserServices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ along with this software (see the LICENSE.md file). If not, see
<if condition="ec.web.sessionAttributes.moquiAuthcFactorRequired"><then>
<if condition="code"><then>
<service-call name="org.moqui.impl.UserServices.validate#ExternalUserAuthcCode"
in-map="[code:code]" out-map="validateOut"/>
in-map="[code:code]" out-map="validateOut"/>
<if condition="validateOut.verified"><then>
<set field="loggedIn" from="ec.user.internalLoginUser(validateOut.username)"/>
</then><else>
Expand Down

0 comments on commit fe10253

Please sign in to comment.