add onboard to wallet

This commit is contained in:
Tiago Vasconcelos
2024-02-15 12:18:52 +00:00
parent f14dfd2522
commit f53fee6896
5 changed files with 123 additions and 9 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ new Vue({
this.password,
this.passwordRepeat
)
window.location.href = '/wallet'
window.location.href = '/wallet?first_use'
} catch (e) {
LNbits.utils.notifyApiError(e)
}