Azure-Samples / ms-identity-mobile-apple-swift-objc

An iOS sample in Swift that authenticates Microsoft Account and Azure AD users and calls the Graph API using OAuth 2.0
https://aka.ms/aaddev
74 stars 37 forks source link

kIssuer variable is dead code #8

Closed skwan closed 5 years ago

skwan commented 7 years ago

The kIssuer variable isn't used anywhere. Not sure what it is for. Can be removed?

https://github.com/Azure-Samples/active-directory-ios-swift-native-v2/blob/dev/MSALiOS/ViewController.swift#L41

danieldobalian commented 5 years ago

Fixed awhile back, closing.