2016-07-20 18:49:56 +03:00
|
|
|
//-
|
|
|
|
//- Copyright (c) Microsoft. All rights reserved.
|
|
|
|
//- Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
//-
|
|
|
|
|
|
|
|
extends layout
|
|
|
|
|
2017-05-31 20:09:05 +03:00
|
|
|
//- Conditions for this page:
|
|
|
|
// - linked
|
|
|
|
// - using AAD-primary authentication
|
|
|
|
// - no stored GitHub token
|
|
|
|
|
2016-07-20 18:49:56 +03:00
|
|
|
block content
|
|
|
|
div.container
|
2019-04-06 00:45:34 +03:00
|
|
|
h1 Please sign in with GitHub
|
|
|
|
p.lead This application needs to connect to your GitHub account to continue.
|
2016-07-20 18:49:56 +03:00
|
|
|
.vertical-space
|
|
|
|
p
|
2017-05-31 20:09:05 +03:00
|
|
|
a.btn.btn-lg.btn-primary(href='/signin/github') Authenticate with GitHub
|
2016-07-20 18:49:56 +03:00
|
|
|
|
|
2017-05-31 20:09:05 +03:00
|
|
|
a.btn.btn-lg.btn-default(href='/signout') Sign out
|