Show soft token in seat

This commit is contained in:
icwizardmonke 2023-07-20 18:28:49 +00:00
parent f39d6de8e1
commit 0a4574335e

View File

@ -26,6 +26,7 @@
.player{id: "player-#{seat.player.id}", class: @game.controlling_player == seat.player ? "taking-turn" : "",
data: {soft_token: seat.player.soft_token} }
.user-name= seat.player.display_name
.user-soft-token= seat.player.soft_token
.user-principal= seat.player.principal
- if @game.started?
.inventory-count