Skip to content

hide forgot password and registration when negotiate enabled

Лоза Владислав requested to merge fixLoginPageVue into master
                <div v-if="!hasNegotiate">
                  <div><a href="#">{{ $ut('UBAuthForgotPassword') }}</a></div>
                  <div><a href="#">{{ $ut('UBAuthRegistration') }}</a></div>
                </div>

line 256

Merge request reports