Skip to content

Commit f2df4e2

Browse files
committed
Remove Twitter from login list
This probably hasn't worked for a very long time.
1 parent 91f0be5 commit f2df4e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

root/about/development.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Our code base is based on current best practices and modern web technologies.
99
Our stack includes Catalyst, Minion, Plack, Elasticsearch, jQuery, Bootstrap
1010
and NGINX. We also use Puppet and Ansible for deployment and Docker for
11-
development VMs. We have integration with Twitter, GitHub, PAUSE, and Google.
11+
development VMs. We have integration with GitHub, PAUSE, and Google.
1212
All code is managed on GitHub and we have an active channel (#metacpan) on
1313
irc.perl.org. Try the <a
1414
href="https://widget01.mibbit.com/?autoConnect=true&server=irc.perl.org&channel=%23metacpan&nick=">mibbit

root/account/identities.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
information is not exposed to anyone unless you explicitly publish it.
1111
</div>
1212
<table width="300">
13-
%% for ['GitHub', 'PAUSE', 'Twitter', 'Google'] -> $identity {
13+
%% for ['GitHub', 'PAUSE', 'Google'] -> $identity {
1414
%% my $connected = !!$user.identity[$identity.lc()];
1515
<tr>
1616
<td><big>[% $identity %]</big></td>

root/base.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<i class="fas fa-chevron-down"></i>
101101
</button>
102102
<ul class="dropdown-menu">
103-
%% for ['GitHub', 'Twitter', 'Google'] -> $identity {
103+
%% for ['GitHub', 'Google'] -> $identity {
104104
<li>
105105
<a href="/login/[% $identity.lc() %]">
106106
<i class="fab fa-[% $identity.lc() %] fa-fw"></i>

0 commit comments

Comments
 (0)