Skip to content

Commit d71a95e

Browse files
committed
desativado GoogleCalendar
1 parent 8c29f43 commit d71a95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Livewire/Psicologo/Agenda/Agenda.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function mount(){
3030
$this->openModal = false;
3131

3232
if(Auth::user()->googleAuth !=null and Auth::user()->googleAuth->expired){
33-
GoogleCalendar::refreshToken(Auth::user()->googleAuth);
33+
#GoogleCalendar::refreshToken(Auth::user()->googleAuth);
3434
}
3535
}
3636

@@ -121,7 +121,7 @@ public function confirmarSolicitacao(){
121121
}
122122

123123
public function getGoogleUrlProperty(){
124-
return GoogleCalendar::getAuthUrl();
124+
return '';
125125
}
126126

127127

0 commit comments

Comments
 (0)