从 cardmagic/contacts gem 检索联系人时出现救援身份验证错误
我正在使用 cardmagic/contacts gem 从我的应用程序中的电子邮件地址导入联系人。它工作正常,但我的问题是我想捕获身份验证错误,例如以下代码的用户名/密码错误。
@contacts = Contacts.guess(@username, @password)
我想向用户显示该错误。
我已经尝试过这个但不适合我。
@contacts = Contacts.guess(@username, @password) rescue Contacts::AuthenticationError
所以请指导我该怎么做。 谢谢。
I am using cardmagic/contacts gem to import contacts from email addresses in my application. It is working fine but my problem is I want to catch the authentication error like wrong username/password for following code.
@contacts = Contacts.guess(@username, @password)
I want to display that error to user.
I have tried this but not working for me.
@contacts = Contacts.guess(@username, @password) rescue Contacts::AuthenticationError
So please guide me how to do so.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
新的.html.erb:
new.html.erb: