Feat: signout endpoint
This commit is contained in:
		| @@ -4,8 +4,11 @@ | ||||
| 	{{ else if ne .LinkLogin "" }} | ||||
| 		{{template "linklogin" .LinkLogin}} | ||||
| 	{{ else if not .State.RoomID }} | ||||
| 		<div id="hello-user" class="text-xl py-2"> | ||||
| 		<div id="hello-user" class="flex text-xl justify-center space-x-8 py-2"> | ||||
| 			<p>Hello {{.State.Username}}</p> | ||||
| 			<div> | ||||
| 			<a href="/signout"><button class="bg-amber-100 text-black px-4 py-2 rounded">signout</button></a> | ||||
| 			</div> | ||||
| 		</div> | ||||
| 		<div id="create-room" class="create-room-div"> | ||||
| 		    <button button id="create-form-btn" type="submit" class="justify-center rounded-md bg-indigo-600 px-3 py-1.5 text-sm font-semibold leading-6 text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600" hx-get="/room/createform" hx-swap="outerHTML">SHOW ROOM CREATE FORM</button> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder