package auth import ( "github.com/onsonr/sonr/pkg/common/middleware/session" "github.com/onsonr/sonr/pkg/webapp/components/ui" ) // RegisterModal returns the Register Modal. templ RegisterModal() { @ui.OpenModal(session.GetData(ctx).Id, "Sign up") { @BasicDetailsForm()
} } // RedirectModal returns the Modal with a QR code to scan. templ RedirectModal() { @ui.FullScreenModal() {

Continue with your phone

Creating a Sonr Vault requires a smartphone with W3C compliant biometrics enabled.

@ui.Separator("Or Scan QR Code")

Already have an account? Login here

By continuing, you agree to our Terms and Policy.

} }