Skip to content

Commit e480c30

Browse files
committed
Removed App_Id from Git Repo
1 parent 7ae9849 commit e480c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/blazor-wasm-basic-example/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</div>
1414

1515
@code {
16-
private const string APP_ID = "tryy1oJ0";
16+
private const string APP_ID = "YOUR_APP_ID_HERE"; // Your app ID from TalkJS Dashboard
1717
protected User Me { get; set; }
1818
protected List<User> OtherUsers { get; set; }
1919

0 commit comments

Comments
 (0)