Adding recipient done via consuming API #26

Merged
ameye merged 11 commits from adding_recipient into master 2023-04-27 12:58:04 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 2b0d344dfa - Show all commits
+2
View File
@@ -118,6 +118,8 @@ export default function Login() {
iconName="message"
/>
</div>
<input type="text" placeholder="boyce" />
<div className="input-item mb-5">
<InputCom
value={password}
@@ -129,6 +129,7 @@ const ErrorComponent = ({ onClick }) => (
</p>
</div>
<div className="signin-area flex justify-center mb-3.5">
<button
onClick={onClick}