-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge: DEV to QA. #830
merge: DEV to QA. #830
Conversation
Signed-off-by: bhavanakarwade <[email protected]>
* refactor: landing page Signed-off-by: bhavanakarwade <[email protected]> * fix: removed unnecessary content on landing page Signed-off-by: bhavanakarwade <[email protected]> * added git profiles in contributors section of landing page Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]>
* refactor: landing page Signed-off-by: bhavanakarwade <[email protected]> * fix: removed unnecessary content on landing page Signed-off-by: bhavanakarwade <[email protected]> * added git profiles in contributors section of landing page Signed-off-by: bhavanakarwade <[email protected]> * fix: fetch networks for indy network Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]>
* fix: unnecessary reload on email issuance card Signed-off-by: pranalidhanavade <[email protected]> * fix: misalignment for input boxes in agent config Signed-off-by: pranalidhanavade <[email protected]> * fix: missing attributes in email and bulk issuance with other org schema Signed-off-by: pranalidhanavade <[email protected]> * fix: sonarlint issues Signed-off-by: pranalidhanavade <[email protected]> --------- Signed-off-by: pranalidhanavade <[email protected]>
* feat: added redirection functionality for users certificates Signed-off-by: bhavanakarwade <[email protected]> * fix: remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]>
Quality Gate passedIssues Measures |
@@ -18,7 +18,8 @@ PUBLIC_PLATFORM_SUPPORT_EMAIL= # Please specify your support email | |||
PUBLIC_PLATFORM_TWITTER_URL= # Please specify your twitter URL | |||
PUBLIC_PLATFROM_DISCORD_SUPPORT= # Please specify your discord support url | |||
|
|||
|
|||
PUBLIC_REDIRECT_FROM_URL= # Please provide the URL that will be redirected from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this in the .env.demo as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
What