
auth.errorPage.jsx Maven / Gradle / Ivy
const { Navbar, Nav, NavItem } = ReactBootstrap;
class ErrorPage extends React.Component {
constructor(props) {
super(props);
}
handleClose() {
document.location = "/auth/errorPage.html";
}
render() {
const btnStyle = { backgroundImage: "none" };
const imgStyle = { width: "400px", height: "400px" };
return
Prompto Development Center
Sorry that you could not connect!
;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy