mirror of
https://github.com/flarum/core.git
synced 2025-07-29 20:50:28 +02:00
Remove remember me for now
This commit is contained in:
@@ -73,12 +73,6 @@ export default Ember.View.extend({
|
|||||||
|
|
||||||
userItems.pushObject(SeparatorItem.create());
|
userItems.pushObject(SeparatorItem.create());
|
||||||
|
|
||||||
var rememberMe = ActionButton.create({
|
|
||||||
label: 'Remember Me',
|
|
||||||
icon: 'square-o'
|
|
||||||
});
|
|
||||||
userItems.pushObjectWithTag(rememberMe, 'rememberMe');
|
|
||||||
|
|
||||||
var logOut = ActionButton.create({
|
var logOut = ActionButton.create({
|
||||||
label: 'Log Out',
|
label: 'Log Out',
|
||||||
icon: 'sign-out',
|
icon: 'sign-out',
|
||||||
|
Reference in New Issue
Block a user