Skip to content

Commit 2987f50

Browse files
Refunds + Upgrading/Downgrading plans (#2983)
* Refunds + Upgrading/Downgrading plans * Servers list route * Finish, lint * add GAM fee to payouts * Sync payment intent id with stripe * fix lint, update migrations * Remove tauri generated files * Register refund route * fix refund bugs
1 parent 2cfb637 commit 2987f50

File tree

41 files changed

+1044
-13603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1044
-13603
lines changed

Cargo.lock

Lines changed: 23 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/app-frontend/src/components/ui/tutorial/ModrinthLoginScreen.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const password = ref('')
7171
const confirmPassword = ref('')
7272
const subscribe = ref(true)
7373
74-
async function signInOauth(provider) {
74+
async function signInOauth() {
7575
const creds = await login().catch(handleSevereError)
7676
7777
if (creds && creds.type === 'two_factor_required') {

apps/app/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
# will have compiled files and executables
33
/target/
44

5+
# Generated by tauri, metadata generated at compile time
6+
/gen/

apps/app/gen/schemas/acl-manifests.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/app/gen/schemas/capabilities.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)