Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
loneil committed Nov 20, 2020
1 parent 3a80d5a commit 52e295a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/utils/permissionUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function checkSubmissionView(userForm) {
* When loading a form to fill out, determine if the user needs to log in to submit it
* @param {Object} store The vuex store reference
* @param {String} formId The form guid
* @param {String} submissionId The submissionId guid
* @param {String} submissionId The submission guid
* @param {Object} next The routing next object
*/
export async function determineFormNeedsAuth(formId, submissionId, next) {
Expand Down

0 comments on commit 52e295a

Please sign in to comment.