|
@@ -23,16 +28,7 @@
name="scope{index}-{i}"
class="input"
placeholder="scope"
- bind:value={item.scope}
- />
- |
-
-
|
@@ -40,7 +36,7 @@
type="button"
class="btn variant-ringed-error hover:variant-filled-error"
on:click={() => {
- removeScope(index);
+ removeScope(item);
}}
>
Remove Scope
diff --git a/src/lib/components/sections/Authentication.svelte b/src/lib/components/sections/Authentication.svelte
index 57955e2..8b08342 100644
--- a/src/lib/components/sections/Authentication.svelte
+++ b/src/lib/components/sections/Authentication.svelte
@@ -1,5 +1,4 @@
- |