We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eaab8 commit 53745baCopy full SHA for 53745ba
1 file changed
modules/emails/src/Account.php
@@ -39,12 +39,12 @@ class Account extends Model
39
'microsoft' => [
40
'name' => 'Microsoft',
41
'class' => Microsoft::class,
42
- 'help' => 'https://docs.openstamanager.com/v/2.4.44/configurazioni/configurazione-oauth2#microsoft',
+ 'help' => 'https://docs.openstamanager.com/v/2.9.8/configurazioni/configurazione-oauth2#microsoft',
43
],
44
'google' => [
45
'name' => 'Google',
46
'class' => Google::class,
47
- 'help' => 'https://docs.openstamanager.com/v/2.4.44/configurazioni/configurazione-oauth2#google',
+ 'help' => 'https://docs.openstamanager.com/v/2.9.8/configurazioni/configurazione-oauth2#google',
48
49
];
50
0 commit comments