我想自定义流星 loginButtons 助手以添加“我的帐户”选项,例如 Telescope :
在这个项目中,他们使用 loginButtons 助手:
并有一些用于登录和注册的自定义模板:
- https://github.com/SachaG/Telescope/blob/master/client/views/users/user_signin.html
- https://github.com/SachaG/Telescope/blob/master/client/views/users/user_signup.html
但是我看不到在哪里可以为用户登录时创建自定义模板,该模板将显示:
- 更改密码
- 我的帐户
- 登出
我已阅读: 如何设置 Meteor.js 登录按钮的样式?
但这只是关于 CSS
并观看: https ://www.eventedmind.com/feed/97d0164c-8f71-46fe-819b-df8df3704546
但它不使用 {{loginButtons}} 助手
我使用 bootstrap 和 accounts-ui-bootstrap-dropdown。