mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added membersAutoLogin
labs flag
refs https://github.com/TryGhost/Team/issues/1067 - To be used whilst developing the auto-login functionality so we can test this on production sites.
This commit is contained in:
parent
ed4efdb0c0
commit
d03ee358e0
@ -58,6 +58,7 @@ export default Service.extend({
|
||||
customThemeSettings: feature('customThemeSettings'),
|
||||
membersActivity: feature('membersActivity', {developer: true}),
|
||||
cardSettingsPanel: feature('cardSettingsPanel', {developer: true}),
|
||||
membersAutoLogin: feature('membersAutoLogin', {developer: true}),
|
||||
|
||||
_user: null,
|
||||
|
||||
|
@ -274,6 +274,19 @@
|
||||
</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-header">
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user