Skip to content
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

fix(public account share): fix public account share buttons and labels #77

Merged
merged 4 commits into from
Sep 7, 2023

Conversation

VladislavSokov
Copy link
Contributor

No description provided.

class AccountsController < ApplicationController
before_action :authenticate_user!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The public shared account should be available for all people (including not logged in). That's why they are public.

@@ -1,8 +1,6 @@
# frozen_string_literal: true

class AccountsController < ApplicationController
before_action :authenticate_user!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't mean to remove it. Probably that was correct. I just wanted to express that a public account should be available for anonymous. That can be implemented via another controller, for example.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's what I do now

@VladislavSokov VladislavSokov marked this pull request as ready for review September 7, 2023 14:41
@ka8725 ka8725 merged commit 25da517 into master Sep 7, 2023
2 checks passed
@ka8725 ka8725 deleted the fix-public-share branch September 7, 2023 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants