fix login on guest
This commit is contained in:
parent
93c141a779
commit
2decbc43e5
4 changed files with 35 additions and 24 deletions
|
|
@ -31,7 +31,7 @@ class _CustomerSearchPageState extends State<CustomerSearchPage> {
|
|||
// late final List _medicinesList = [];
|
||||
|
||||
Future<void> _getURL() async {
|
||||
final image = await _storage.getImageURL('ref_medicines_images', 'a3e430fe-86c1-4d46-9c6a-aed2dae57fef.webp');
|
||||
final image = await _storage.getImageURL('ref_medicines_images', '91ba5229-244b-4377-ba4e-9de57b9ba4df.webp');
|
||||
setState(() {
|
||||
imageUrl = image;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue