reanahub / reana-ui

REANA UI frontend
http://reana-ui.rtfd.io
MIT License
4 stars 33 forks source link

ui: split Signin component into two separate components #168

Closed audrium closed 3 years ago

audrium commented 3 years ago

addresses https://github.com/reanahub/reana/issues/469

Split Signin component into two separate components:

Added SignWrapper HOC which injects form submission logic Added SignContainer which wraps both new components to render necessary data

mvidalgarcia commented 3 years ago

Ah, I forgot, could you please cherry-pick this commit so we avoid the "User not logged in" error notification?