POS: Option for user sign in via the QR code (#6231)

* Login Code: Turn into Blazor component and extend with data for the app

* POS: Add login code for POS frontend

* Improve components, fix test
This commit is contained in:
d11n
2024-09-26 12:10:14 +02:00
committed by GitHub
parent b5590a38fe
commit 272cc3d3c9
14 changed files with 253 additions and 75 deletions

View File

@@ -68,6 +68,7 @@ namespace BTCPayServer.Plugins.PointOfSale.Models
public string CustomTipPercentages { get; set; }
public string Id { get; set; }
public Dictionary<string, string> StoreUsers { get; set; }
[Display(Name = "Redirect invoice to redirect url automatically after paid")]
public string RedirectAutomatically { get; set; } = string.Empty;