[Fix] patch social login key refactor (#4749)
* [Fix] patch social login key refactor * [Fix] import frappe in html_utils.py
This commit is contained in:
parent
6f4e2b046c
commit
bb0a2abdd5
3 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
# see license
|
||||
from frappe.model.document import Document
|
||||
|
||||
class SocialLoginKeys(Document):
|
||||
pass
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
import frappe
|
||||
import json, re
|
||||
import bleach, bleach_whitelist.bleach_whitelist as bleach_whitelist
|
||||
from six import string_types
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue