Skip to content

Commit

Permalink
1.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
quinton-ashley committed Aug 21, 2024
1 parent dbeef2d commit 0fb32e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions account/signup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// this file contains mostly AWS cognito template code

import { $ } from 'bun';

function getAdvancedSecurityData(formReference) {
if (typeof AmazonCognitoAdvancedSecurityData === 'undefined') {
return true;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"version": "git add -A",
"postversion": "git push"
},
"version": "1.11.9"
"version": "1.11.10"
}

0 comments on commit 0fb32e3

Please sign in to comment.