Code Duplication    Length = 6-6 lines in 2 locations

includes/admin/components/auth-paly/index.php 2 locations

@@ 133-138 (lines=6) @@
130
									$accessToken = $adapter->getAccessToken();
131
								?>
132
								
133
								<?php if( isset($accessToken["access_token"]) ): ?>
134
									<tr>
135
										<th width="200"><label><?php _wsl_e("Access token", 'wordpress-social-login') ?></label></th>
136
										<td><div style="max-width:650px"><?php echo $adapter->getAccessToken()["access_token"]; ?></div></td>
137
									</tr>
138
								<?php endif; ?>
139
140
								<?php if( isset($accessToken["access_token_secret"]) ): ?>
141
									<tr>
@@ 140-145 (lines=6) @@
137
									</tr>
138
								<?php endif; ?>
139
140
								<?php if( isset($accessToken["access_token_secret"]) ): ?>
141
									<tr>
142
										<th width="200"><label><?php _wsl_e("Access token secret", 'wordpress-social-login') ?></label></th>
143
										<td><?php echo $adapter->getAccessToken()["access_token_secret"]; ?></td>
144
									</tr>
145
								<?php endif; ?>
146
147
								<?php if( isset($accessToken["expires_in"]) ): ?>
148
									<tr>