Initial commit (code only without large binaries)
This commit is contained in:
9
EdgeUser/web/views/@default/settings/identity/index.js
Normal file
9
EdgeUser/web/views/@default/settings/identity/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
Tea.context(function () {
|
||||
this.goIndividual = function () {
|
||||
window.location = "/settings/identity/individual"
|
||||
}
|
||||
|
||||
this.goEnterprise = function () {
|
||||
window.location = "/settings/identity/enterprise"
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user