mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Cleaned up membersAutoLogin
labs flag
refs https://github.com/TryGhost/Team/issues/1258 - removed labs flag and toggle UI as feature is GA
This commit is contained in:
parent
06c7997ad9
commit
f40bff35de
2 changed files with 0 additions and 14 deletions
|
@ -51,7 +51,6 @@ export default Service.extend({
|
||||||
oauthLogin: feature('oauthLogin'),
|
oauthLogin: feature('oauthLogin'),
|
||||||
membersActivity: feature('membersActivity'),
|
membersActivity: feature('membersActivity'),
|
||||||
cardSettingsPanel: feature('cardSettingsPanel'),
|
cardSettingsPanel: feature('cardSettingsPanel'),
|
||||||
membersAutoLogin: feature('membersAutoLogin'),
|
|
||||||
urlCache: feature('urlCache'),
|
urlCache: feature('urlCache'),
|
||||||
filesAPI: feature('filesAPI'),
|
filesAPI: feature('filesAPI'),
|
||||||
fileCard: feature('fileCard'),
|
fileCard: feature('fileCard'),
|
||||||
|
|
|
@ -261,19 +261,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="gh-expandable-block">
|
|
||||||
<div class="gh-expandable-header">
|
|
||||||
<div>
|
|
||||||
<h4 class="gh-expandable-title">Auto-login after Stripe Checkout</h4>
|
|
||||||
<p class="gh-expandable-description">
|
|
||||||
Enable automatic login after a successful Stripe Checkout
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="for-switch">
|
|
||||||
<GhFeatureFlag @flag="membersAutoLogin" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="gh-expandable-block">
|
<div class="gh-expandable-block">
|
||||||
<div class="gh-expandable-header">
|
<div class="gh-expandable-header">
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue