File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
}
6
6
7
7
<div class =" text-center" >
8
- <h1 class =" display-4" >Welcome</h1 >
9
- <p >Learn about < a href =" https://learn.microsoft .com/aspnet/core " >building Web apps with ASP.NET Core</ a >.</ p >
8
+ <h1 class =" display-4 mb-4 " >Welcome to Daily Scrum EmailR </h1 >
9
+ <img class = " mt-4 img-fluid " src =" https://i.imgflip .com/9dzgbz.jpg " title = " made at imgflip.com " / >
10
10
</div >
Original file line number Diff line number Diff line change
1
+ using Microsoft . AspNetCore . Authorization ;
1
2
using Microsoft . AspNetCore . Mvc . RazorPages ;
2
- using Microsoft . Graph ;
3
- using Microsoft . Identity . Web ;
4
- using WebUI . Features . DailyScrum . UseCases . CreateDailyScrumCommand ;
5
3
6
4
namespace WebUI . Pages ;
7
5
6
+ [ AllowAnonymous ]
8
7
public class IndexModel : PageModel
9
8
{
10
9
}
You can’t perform that action at this time.
0 commit comments