hide forgot password and registration when negotiate enabled
<div v-if="!hasNegotiate">
<div><a href="#">{{ $ut('UBAuthForgotPassword') }}</a></div>
<div><a href="#">{{ $ut('UBAuthRegistration') }}</a></div>
</div>
line 256