Exemplo n.º 1
0
 public function initFormSucceeded(Form $form, $values)
 {
     if (!$this->storage->isInitialized()) {
         $this->storage->set('appKey', $values->appKey);
         $this->storage->set('appSecret', $values->appSecret);
     }
     $this->redirect(302, 'Sign:in');
 }