+
+
\ No newline at end of file
diff --git a/client/src/CreateAccount.svelte b/client/src/CreateAccount.svelte
index 3e3dadc..3882661 100644
--- a/client/src/CreateAccount.svelte
+++ b/client/src/CreateAccount.svelte
@@ -17,6 +17,7 @@ import Icon from "@iconify/svelte";
function create(){
if(type == "" || type == null) {
alert("Account Name field can not be empty!");
+ console.debug(`account name: ${type}`)
}else if(!currencies.includes(currency)){
alert("Currency is not supported!");
}else if (!termsAccepted){
@@ -46,18 +47,18 @@ import Icon from "@iconify/svelte";