You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that user has submitted consent form and that the consent version is recent. See #701
Add a new member hasConsented to AppModule where the consent version must be >= current consent version.
Keep a list of consent versions with comments in a new util/ConsentVersion.ts
The check must occur after we check for their login state. If the user is logged in (window.ethereum !== undefined and AppModule.jwt !== undefined), then run the check. If the user is not logged in go to login flow. At that point, we probably need a vuexSubscription in App.vue on appModule/setJwt.
The text was updated successfully, but these errors were encountered:
Check that user has submitted consent form and that the consent version is recent. See #701
Add a new member
hasConsented
toAppModule
where the consent version must be>=
current consent version.Keep a list of consent versions with comments in a new
util/ConsentVersion.ts
The check must occur after we check for their login state. If the user is logged in (
window.ethereum !== undefined
andAppModule.jwt !== undefined
), then run the check. If the user is not logged in go to login flow. At that point, we probably need avuexSubscription
inApp.vue
onappModule/setJwt
.The text was updated successfully, but these errors were encountered: