mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 23:25:51 +00:00
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -900,7 +900,7 @@ contextBridge.exposeInMainWorld('electronAPI', {
|
||||
},
|
||||
```
|
||||
|
||||
4. Then, in `view/templte.html`, replace the existing HTML dialog element for the account with the new ones for seed and password:
|
||||
4. Then, in `view/template.html`, replace the existing HTML dialog element for the account with the new ones for seed and password:
|
||||
|
||||
```html
|
||||
<dialog id="seed-dialog">
|
||||
|
||||
Reference in New Issue
Block a user