Skip to content

Commit

Permalink
Don't show test data on email search
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Sep 7, 2023
1 parent 393f746 commit 9a8824c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions lib/checkInByEmailScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ class CheckInByEmailScreen extends StatefulWidget {
class _CheckInByEmailScreenState extends State<CheckInByEmailScreen> {
late KioskClient kioskClient;
List searchResults = [
{
"id": 2,
"name": "Youngbin Han",
"email": "[email protected]",
"affilation": "Ubuntu Korea",
"role": "Organizer",
"qrUrl": "https://discourse.ubuntu-kr.org/u/sukso96100"
}
// {
// "id": 2,
// "name": "Youngbin Han",
// "email": "[email protected]",
// "affilation": "Ubuntu Korea",
// "role": "Organizer",
// "qrUrl": "https://discourse.ubuntu-kr.org/u/sukso96100"
// }
];
var verifyCodeInput = "";
var verifyCodeFinal = "";
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ flutter:
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: NotoSansCJK
fonts:
- asset: fonts/NotoSansCJK-Regular.ttc
- asset: fonts/NotoSansCJK-Bold.ttc
weight: 700
# fonts:
# - family: NotoSansCJK
# fonts:
# - asset: fonts/NotoSansCJK-Regular.ttc
# - asset: fonts/NotoSansCJK-Bold.ttc
# weight: 700
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
Expand Down

0 comments on commit 9a8824c

Please sign in to comment.