We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c070c commit 73d8f7eCopy full SHA for 73d8f7e
1 file changed
packages/fxa-content-server/app/scripts/views/pair/index.js
@@ -134,6 +134,7 @@ class PairIndexView extends FormView {
134
if (
135
this.cmsConfig &&
136
this.cmsConfig.shared &&
137
+ this.cmsConfig.shared.backgrounds &&
138
this.cmsConfig.shared.backgrounds.defaultLayout
139
) {
140
// Not ideal, but the pairing page will be going away
@@ -169,6 +170,7 @@ class PairIndexView extends FormView {
169
170
171
172
173
174
175
176
const textColorClass = getTextColorClassName(
0 commit comments