diff --git a/account/signup.js b/account/signup.js index f9bbea0..1602ca6 100644 --- a/account/signup.js +++ b/account/signup.js @@ -1,7 +1,5 @@ // this file contains mostly AWS cognito template code -import { $ } from 'bun'; - function getAdvancedSecurityData(formReference) { if (typeof AmazonCognitoAdvancedSecurityData === 'undefined') { return true; diff --git a/package.json b/package.json index 3f56cd2..4b32f6a 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "version": "git add -A", "postversion": "git push" }, - "version": "1.11.9" + "version": "1.11.10" }