Skip to content

Commit

Permalink
Added "hd" auth param config to mailru
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn-v committed Aug 3, 2022
1 parent 45cf3be commit 8e88f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Social Login</name>
<summary>Social login via OAuth or OpenID</summary>
<description> </description>
<version>4.15.3</version>
<version>4.16.0</version>
<licence>agpl</licence>
<author>zorn-v</author>
<namespace>SocialLogin</namespace>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</option>
</select>
</label>
<template v-if="['google', 'yandex'].includes(name)">
<template v-if="['google', 'yandex', 'mailru'].includes(name)">
<br/>
<label>
{{ t('Allow login only from specified domain') }}<br/>
Expand Down

0 comments on commit 8e88f70

Please sign in to comment.