File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ export default defineComponent({
297297 }
298298
299299 switch (hash ) {
300- case ' 301bc5e02f0cf97c5efd61c78c3cfe6ee443cdfd4d17703e7515dccbcc618c3c' :
301- settings .enableTrial (Trial .BUY_WITH_EURO ); break ;
300+ // case '301bc5e02f0cf97c5efd61c78c3cfe6ee443cdfd4d17703e7515dccbcc618c3c':
301+ // settings.enableTrial(Trial.BUY_WITH_EURO); break;
302302 default : el .value = ' Nope, no cookie for you' ; return ;
303303 }
304304
Original file line number Diff line number Diff line change @@ -415,14 +415,14 @@ export default defineComponent({
415415 },
416416 });
417417
418- const canSign = computed (() =>
418+ const canSign = false ; /* computed(() =>
419419 fiatAmount.value
420420 && !estimateError.value && !swapError.value
421421 && estimate.value
422422 && userBank.value
423423 && limits.value
424424 && !fetchingEstimate.value,
425- );
425+ );*/
426426
427427 onMounted (() => {
428428 initFastspotApi (Config .fastspot .apiEndpoint , Config .fastspot .apiKey );
@@ -778,6 +778,8 @@ export default defineComponent({
778778 }
779779
780780 async function sign() {
781+ alert (' Disabled, for now.' );
782+ return false ;
781783 // currentlySigning.value = true;
782784
783785 // eslint-disable-next-line no-async-promise-executor
You can’t perform that action at this time.
0 commit comments