mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-27 22:48:19 +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">
|
<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">
|
<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>
|
<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");
|
kunden = await Http.GetFromJsonAsync<List<Kunde>>("https://localhost:7076/api/kunden");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public class Kunde
|
public class Kunde
|
||||||
{
|
{
|
||||||
public int Idkunde { get; set; }
|
public int Idkunde { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user