Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 9, 2024
1 parent 274633a commit 8dabb1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions frontend/src/lib/components/Forms/OTP/OTPInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
export let form: SuperForm<Record<string, string>>;
export let numOfInputs: number = 6;
export let separator = '';
export let disableDefaultStyle = false;
export let inputClass = '';
export let wrapperClass = '';
export let separatorClass = '';
Expand Down Expand Up @@ -81,7 +80,6 @@
index={i}
bind:codes
{inputs}
nostyle={disableDefaultStyle}
className={inputClass}
style={inputStyle}
placeholder={placeholders[i]}
Expand Down
1 change: 0 additions & 1 deletion frontend/src/lib/components/Forms/OTP/OTPItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
export let value: string;
export let codes: string[];
export let inputs: (null | HTMLInputElement)[];
export let nostyle: boolean;
export let className: string;
export let num: boolean;
export let style: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
const modalStore: ModalStore = getModalStore();
export let totp;
export let _form;
export let formAction: string;
Expand Down

0 comments on commit 8dabb1a

Please sign in to comment.