mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-27 23:48:20 +01:00
Abandon QRCode scanning idea
This commit is contained in:
parent
35345e455c
commit
b2dc8402f2
@ -14,8 +14,6 @@
|
||||
|
||||
<img src="assets/Logo_new.png" class="img" title="logo image">
|
||||
|
||||
<button type="submit" id="button1" class="btn">QR-Code einscannen</button>
|
||||
|
||||
<input type="text" class="form-control" id="qrcode" placeholder="Zugangscode eintragen" name="qrcode" @bind-value="@qrcodeValue">
|
||||
|
||||
<button type="submit" id="button1" class="btn" @onclick="@(() => CheckCode())">Bestätigen</button>
|
||||
@ -44,8 +42,6 @@
|
||||
kunden = await Http.GetFromJsonAsync<List<Kunde>>("https://localhost:7076/api/kunden");
|
||||
}
|
||||
|
||||
|
||||
|
||||
public class Kunde
|
||||
{
|
||||
public int Idkunde { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user