mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge branch 'main' into feat-GRO-1128-opt-in-relationship-console-notification
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
$organization.$id,
|
||||
$paymentMissingMandate.$id
|
||||
);
|
||||
await confirmSetup(method.clientSecret, method.$id);
|
||||
await confirmSetup(method.clientSecret, method.providerMethodId);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 949 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 426 KiB |
@@ -89,3 +89,4 @@ export function isPromoLive(
|
||||
|
||||
return isSameDay(now, target) && now >= target;
|
||||
}
|
||||
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
<svelte:fragment slot="actions">
|
||||
<Button
|
||||
external
|
||||
href="#/"
|
||||
href="https://appwrite.io/docs/products/network/dns"
|
||||
text
|
||||
event="empty_documentation"
|
||||
size="s"
|
||||
|
||||
+1
-1
@@ -64,7 +64,7 @@
|
||||
<svelte:fragment slot="actions">
|
||||
<Button
|
||||
external
|
||||
href="#/"
|
||||
href="https://appwrite.io/docs/products/functions/domains"
|
||||
text
|
||||
event="empty_documentation"
|
||||
size="s"
|
||||
|
||||
Reference in New Issue
Block a user