absmach / magistrala

Industrial IoT Messaging and Device Management Platform
https://www.abstractmachines.fr/magistrala.html
Apache License 2.0
2.42k stars 665 forks source link

NOISSUE - Remove Prefixed `signin` and `signup` state #2270

Closed rodneyosodo closed 3 weeks ago

rodneyosodo commented 3 weeks ago

What type of PR is this?

This is a bug fix because it fixes the following issue: state can change from the OAuth provider from signing to signup if they don't have an account in the OAuth provider

What does this do?

This PR remove the prefix signin and signup state since the state might change if the clients click signing state and they don't have an account, the OAuth provider will make them signup

Which issue(s) does this PR fix/relate to?

Related to https://github.com/absmach/magistrala-ui/pull/273

Have you included tests for your changes?

Yes, I have included tests for my changes.

Did you document any new/modified feature?

Yes, I have updated the documentation for the new feature.

Notes