aadeshkulkarni / sanchay-ai-frontend

3 stars 4 forks source link

added login component #2

Closed Yh010 closed 10 months ago

Yh010 commented 10 months ago

Component created. Working on re routing and storing tokens in local storage

Yh010 commented 10 months ago

@aadeshkulkarni we would also need a logout button right

aadeshkulkarni commented 10 months ago

@aadeshkulkarni we would also need a logout button right

Yes

Yh010 commented 10 months ago

@aadeshkulkarni what if we add a default landing page, which contains a "get started " button, which when clicked will redirect to the login process, and upon successful login, the user is redirected to his dashboard?

Something of this sort: https://rxresu.me/

aadeshkulkarni commented 10 months ago

@aadeshkulkarni what if we add a default landing page, which contains a "get started " button, which when clicked will redirect to the login process, and upon successful login, the user is redirected to his dashboard?

Something of this sort: https://rxresu.me/

That's the landing page. It's development is in the pipeline for future. For now, let's keep the default directory as the Main component.

aadeshkulkarni commented 10 months ago

Closing this PR since the feature is fixed by @Priyanga-Developer