Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Oct 15, 2024
1 parent 60deb5b commit 93d2b7e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions frontend/src/lib/components/UserRegistration.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@
const data = [
// {
// component: Input,
// props: {
// label: $_('registration.usernameLabel'),
// type: 'text',
// placeholder: $_('registration.usernameLabel'),
// required: true,
// id: 'username'
// },
// value: ''
// },
{
component: Input,
props: {
Expand Down Expand Up @@ -92,7 +81,7 @@
];
let showAlert: boolean = false;
let success: boolean = true;
let success: boolean = false;
let alertMessage = $_('registration.alertMessageMissing');
</script>

Expand Down

0 comments on commit 93d2b7e

Please sign in to comment.