{{ loginForm }} not working

whenever in my menu I use {{ loginForm }} it shows on the very right of the screen, but any other thing like {{ playForm }} shows where it should show

1 Like
	  {{#unless isUserLoggedIn}}
	  <div id="#menu-column-left-container" class="pl-3">
			<div id="menu-column-left">
				<div class="white-bg" style="max-width: 354px; height: 300px; box-shadow: 0 0 15px rgba(0,0,0,0.6); background-color: #ffffff;">
				{{ loginForm }}
				</div>
			</div>
		</div>
		{{/unless}}
1 Like

I was trying to make it so users can log in to save their progress but it’s not showing correctly

Please share a test game link and steps to reproduce the issue.

1 Like

All you have to do is just put this in the UI and I can’t do a test game since you have to have a non-T1 game and I’m not gonna mess with my existing games’ menus for a demo