Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 589a9e9

Browse files
committed
Clean up
1 parent 16a0d84 commit 589a9e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft-Graph-Snippets-SDK/App.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ See LICENSE in the project root for license information. -->
1111
<Application.Resources>
1212

1313
<!-- Add your client id here. -->
14-
<x:String x:Key="ida:ClientID">347afbd6-9fb3-4762-94c6-86a445b0a40d</x:String>
14+
<x:String x:Key="ida:ClientID"></x:String>
1515
<!-- Add your return URL here. -->
16-
<x:String x:Key="ida:ReturnUrl">urn:ietf:wg:oauth:2.0:oob</x:String>
16+
<x:String x:Key="ida:ReturnUrl"></x:String>
1717

1818
</Application.Resources>
1919

0 commit comments

Comments
 (0)