+
🐘
+
Sign In Successful
+
Redirecting back to the Elephant application...
+
Open Elephant App
+
+
+
+`, customSchemeURL, intentURL, customSchemeURL)
+
+ _, _ = w.Write([]byte(htmlPage))
+}
+
+func renderHandoffError(w http.ResponseWriter, message string) {
+ w.Header().Set("Content-Type", "text/html; charset=utf-8")
+ w.WriteHeader(http.StatusUnauthorized)
+
+ htmlError := fmt.Sprintf(`
+
+
+