refactor: remove obsolete interchain test dependencies

This commit is contained in:
Prad Nukala
2024-12-11 15:11:24 -05:00
parent 72f42afb81
commit 737565344d
32 changed files with 99 additions and 4774 deletions
@@ -7,7 +7,7 @@ import (
)
templ ProfileFormView(data CreateProfileData) {
@layout.Root("New Profile | Sonr.ID") {
@layout.View("New Profile | Sonr.ID") {
@card.Container() {
@text.TitleDescription("Basic Info", "Tell us a little about yourself.")
@formCreateProfile("/register/start", "POST", data)
@@ -16,7 +16,7 @@ templ ProfileFormView(data CreateProfileData) {
}
templ LinkCredentialView(data RegisterPasskeyData) {
@layout.Root("Register | Sonr.ID") {
@layout.View("Register | Sonr.ID") {
@card.Container() {
@text.TitleDescription("Link a PassKey", "This will be used to login to your vault.")
@formRegisterPasskey("/register/finish", "POST", data)
@@ -25,7 +25,7 @@ templ LinkCredentialView(data RegisterPasskeyData) {
}
templ LoadingVaultView() {
@layout.Root("Loading... | Sonr.ID") {
@layout.View("Loading... | Sonr.ID") {
@card.Container() {
@text.TitleDescription("Loading Vault", "This will be used to login to your vault.")
}