Skip to content

Commit 1174397

Browse files
committed
fix
1 parent b18d8a7 commit 1174397

File tree

1 file changed

+10
-8
lines changed
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/.well-known

1 file changed

+10
-8
lines changed

src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/.well-known/assetlinks.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
[
2-
{
3-
"relation": [ "delegate_permission/common.get_login_creds" ],
4-
"target": {
5-
"namespace": "web",
6-
"site": "https://use-your-web-app-url-here.com/"
7-
}
8-
},
92
//#if (sample == "Admin")
103
{
114
"relation": [
@@ -47,6 +40,15 @@
4740
"7E:F0:3C:AE:55:06:1D:9F:A1:0C:96:86:C0:C3:64:84:23:C0:9F:AE:17:45:FF:0E:76:34:99:5C:8E:74:40:65"
4841
]
4942
}
50-
}
43+
},
5144
//#endif
45+
{
46+
"relation": [
47+
"delegate_permission/common.get_login_creds"
48+
],
49+
"target": {
50+
"namespace": "web",
51+
"site": "https://use-your-web-app-url-here.com/"
52+
}
53+
}
5254
]

0 commit comments

Comments
 (0)