Files
sonr/pkg/webapp/components/auth/authorize.templ
T

13 lines
284 B
Templ
Raw Normal View History

package auth
import (
"github.com/onsonr/sonr/pkg/common/middleware/session"
"github.com/onsonr/sonr/pkg/webapp/components/ui"
)
templ AuthorizeView(c session.Context) {
@ui.OpenModal(c.ID(), "Enter your account information below to create your account.") {
@loginStart()
}
}