remove auth for wazllet and add to patient profile and access
This commit is contained in:
parent
b9b4444028
commit
d4329a1013
3 changed files with 3 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ class _MihAccessTileState extends State<MihAccessTile> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackageTile(
|
||||
authenticateUser: true,
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
"mihAccess",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class _MihWalletTileState extends State<MihWalletTile> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackageTile(
|
||||
authenticateUser: true,
|
||||
// authenticateUser: true,
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
'mzansiWallet',
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ class _PatientProfileTileState extends State<PatientProfileTile> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackageTile(
|
||||
authenticateUser: true,
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
'patientProfile',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue