Skip to content

Commit

Permalink
added hello world to confirm redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
troll-os committed Aug 29, 2024
1 parent d5ff01c commit 8e30aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openbas-front/src/public/components/login/LoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const LoginForm = (props) => {
};
return (
<div style={{ padding: 15 }}>
<h1>Hello world !</h1>
<Form onSubmit={onSubmit} validate={validate}>
{({ handleSubmit, submitting, pristine }) => (
<form onSubmit={handleSubmit}>
Expand Down

0 comments on commit 8e30aec

Please sign in to comment.