Revision 45f2fce6 Classes/ProvidersViewController.m

b/Classes/ProvidersViewController.m
80 80
        cell.detailTextLabel.text = [provider.authEndpointURL absoluteString];
81 81
        cell.imageView.image = [UIImage imageNamed:@"pithos-solo-smallest.png"];
82 82
    }
83
    
84 83
    return cell;
85 84
}
86 85

  

Also available in: Unified diff