Skip to content

Commit be957bd

Browse files
authored
Merge pull request #631 from fiji-flo/ex-vouches
link to vouches
2 parents 478f1a7 + 52b8d6a commit be957bd

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

src/components/_mixins/AccountsMixin.vue

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<script>
2-
const ENABLED_ACCOUNTS = ['SLACK', 'ZOOM', 'DISCOURSE', 'IRC', 'MOZMATRIX'];
2+
const ENABLED_ACCOUNTS = [
3+
'SLACK',
4+
'ZOOM',
5+
'DISCOURSE',
6+
'IRC',
7+
'MOZMATRIX',
8+
'MOZILLIANS',
9+
];
310
const EXTERNAL_ACCOUNTS = {
411
AIM: { moz: false, text: 'AIM', icon: 'aim' },
512
BITBUCKET: { moz: false, text: 'Bitbucket', icon: 'bitbucket' },
@@ -32,6 +39,12 @@ const EXTERNAL_ACCOUNTS = {
3239
SUMO: { moz: true, text: 'Mozilla Support', icon: 'sumo' },
3340
WEBMAKER: { moz: true, text: 'Mozilla Webmaker', icon: 'webmaker' },
3441
MOZILLAWIKI: { moz: true, text: 'Mozilla Wiki', icon: 'mozillawiki' },
42+
MOZILLIANS: {
43+
moz: true,
44+
text: 'Mozillians Vouches',
45+
icon: 'moz',
46+
uri: 'https://vouches.mozillians.org/u/@@@',
47+
},
3548
'Phone (Landline)': {
3649
moz: false,
3750
text: 'Phone (Landline)',

0 commit comments

Comments
 (0)