diff --git a/app/actions.ts b/app/actions.ts index 3511121..7fe08f8 100644 --- a/app/actions.ts +++ b/app/actions.ts @@ -72,7 +72,8 @@ export async function createWallet( const newAppResponse = await fetch(new URL("/api/apps", getAlbyHubUrl()), { method: "POST", body: JSON.stringify({ - name: APP_NAME_PREFIX + Math.floor(Date.now() / 1000), + name: + APP_NAME_PREFIX + request?.username || Math.floor(Date.now() / 1000), pubkey: "", budgetRenewal: "monthly", maxAmount: 0,