We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e35774 commit 95d7225Copy full SHA for 95d7225
1 file changed
src/modules/helloWorld/GrantAccess.vue
@@ -156,7 +156,7 @@ const grantAccess = async () => {
156
grantedAccess.value = grantedAccessResult; // Store the result in the reactive variable
157
} catch (error) {
158
grantError.value = error.message;
159
- console.error('Error granting access:', error);
+ console.error('Error granting access. Did you enter a correct app address?', error);
160
} finally {
161
isLoadingGrant.value = false;
162
}
0 commit comments