| Index: appengine/config_service/ui/common/auth-signin.html
|
| diff --git a/appengine/config_service/ui/common/auth-signin.html b/appengine/config_service/ui/common/auth-signin.html
|
| index 7d345de20dd5119719eeecd11754c8b9013a32ce..4a1f091ea988122b97fb3217e16f128a6bd9131a 100644
|
| --- a/appengine/config_service/ui/common/auth-signin.html
|
| +++ b/appengine/config_service/ui/common/auth-signin.html
|
| @@ -55,7 +55,7 @@
|
| <template is="dom-if" if="[[!signed_in]]">
|
| <div id="signinContainer">
|
| <!-- TODO(cwpayton): Before official deployment, change href to "/#/" -->
|
| - <a class="typeface" on-tap="signIn" href="/newui#/">Sign in</a>
|
| + <a class="typeface" on-tap="signIn" href="/#/">Sign in</a>
|
| </div>
|
| </template>
|
|
|
| @@ -64,7 +64,7 @@
|
| <span class="center typeface">[[profile.email]]</span>
|
| <span class="center typeface">|</span>
|
| <!-- TODO(cwpayton): Before official deployment, change href to "/#/" -->
|
| - <a class="center typeface" on-tap="signOut" href="/newui#/">Sign out</a>
|
| + <a class="center typeface" on-tap="signOut" href="/#/">Sign out</a>
|
| </template>
|
| </template>
|
| <script>
|
|
|