mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-05 02:41:41 +00:00
feature/dwn echo middleware (#17)
* refactor: remove indexedDB dependency and replace with browser filesystem * refactor: remove unused layout templating from global block * feat: add support for building from source * feat: add Credential creation and retrieval via Dexie database * feat: add breadcrumbs component
This commit is contained in:
@@ -11,7 +11,6 @@ func RegisterView(c echo.Context) error {
|
||||
}
|
||||
|
||||
templ renderRegisterView(c echo.Context) {
|
||||
@blocks.Layout("Register | Sonr.ID") {
|
||||
@blocks.Card("register-view", blocks.SizeMedium) {
|
||||
@blocks.H2("Account Registration")
|
||||
@blocks.Spacer()
|
||||
@@ -22,5 +21,4 @@ templ renderRegisterView(c echo.Context) {
|
||||
@blocks.Text("Cancel")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user