Commit 2241158 1 parent 66b03f0 commit 2241158 Copy full SHA for 2241158
File tree 1 file changed +2
-22
lines changed
1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > crossid-spa-js playground</ title >
5
5
< meta charset ="utf-8 " />
6
- < link
7
- href ="https://unpkg.com/tailwindcss/dist/base.min.css "
8
- x
9
- rel ="stylesheet "
10
- />
11
- < link
12
- href ="https://unpkg.com/tailwindcss/dist/base.min.css "
13
- rel ="stylesheet "
14
- />
15
- < link
16
- href ="https://unpkg.com/tailwindcss/dist/components.min.css "
17
- rel ="stylesheet "
18
- />
19
- < link
20
- href ="https://unpkg.com/@tailwindcss/forms/dist/forms.min.css "
21
- rel ="stylesheet "
22
- />
23
- < link
24
- href ="https://unpkg.com/tailwindcss/dist/utilities.min.css "
25
- rel ="stylesheet "
26
- />
6
+ < script src ="https://cdn.tailwindcss.com "> </ script >
27
7
</ head >
28
8
< body >
29
9
< script src ="https://cdn.jsdelivr.net/npm/vue/dist/vue.js "> </ script >
@@ -765,7 +745,7 @@ <h3 class="text-lg leading-6 font-medium text-gray-500">Actions</h3>
765
745
clientOptions : function ( ) {
766
746
const opts = {
767
747
client_id : this . clientID ,
768
- audience : this . audience ,
748
+ audience : [ 'foo.com' , 'bar.com' ] ,
769
749
scope : this . scope ,
770
750
cache_type : this . cacheType ,
771
751
redirect_uri : window . location . href ,
You can’t perform that action at this time.
0 commit comments